Revert 156658.

llvm-svn: 156662
This commit is contained in:
Chad Rosier 2012-05-11 23:21:01 +00:00
parent e7e7c9ebf9
commit a33015d4e0
1 changed files with 1 additions and 2 deletions

View File

@ -570,10 +570,9 @@ bool FastISel::SelectCall(const User *I) {
// Handle selected intrinsic function calls.
switch (F->getIntrinsicID()) {
default: break;
// At -O0 we don't care about the lifetime or expect intrinsics.
// At -O0 we don't care about the lifetime intrinsics.
case Intrinsic::lifetime_start:
case Intrinsic::lifetime_end:
case Intrinsic::expect:
return true;
case Intrinsic::dbg_declare: {
const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);