diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-05-11 23:21:01 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-05-11 23:21:01 +0000 |
commit | aefd36bdda0dac496b8acabb25f0de29b370ebca (patch) | |
tree | 4582e6cd0ae0ee42151f1d877d3ba0571edc9e29 /lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | 550a08a876760e305dab25bd22f28acf8ffdeb18 (diff) |
Revert 156658.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/FastISel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index cb8ee27993..0c1ac6982d 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/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); |