diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/FastISel.cpp | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp index cb8ee279934..0c1ac6982d2 100644 --- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp @@ -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);  | 

