summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-05-11 23:21:01 +0000
committerChad Rosier <mcrosier@apple.com>2012-05-11 23:21:01 +0000
commita33015d4e0f60159e37da0a163b826db6cb7a81d (patch)
tree45829beeb8177b2ebcc6a8eb165f85a319f756a6 /llvm/lib/CodeGen/SelectionDAG
parente7e7c9ebf931d4eb63632dc3c8c8cccaf3e6c9e8 (diff)
downloadbcm5719-llvm-a33015d4e0f60159e37da0a163b826db6cb7a81d.tar.gz
bcm5719-llvm-a33015d4e0f60159e37da0a163b826db6cb7a81d.zip
Revert 156658.
llvm-svn: 156662
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp3
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);
OpenPOWER on IntegriCloud