apparently some people commit without building the tree, or they forget to
authorChris Lattner <sabre@nondot.org>
Tue, 10 Apr 2007 03:20:39 +0000 (03:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Apr 2007 03:20:39 +0000 (03:20 +0000)
commit a LOT of files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35858 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

index 359ca00000270b56de02ba38e1b8e71c564bac4a..2c64b20a32f6c5ea2352c5aee78b8017e749b4ed 100644 (file)
@@ -475,7 +475,7 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
     break;
   }
 
-  case Intrinsic::bit_part_select:
+  case Intrinsic::part_select:
     CI->replaceAllUsesWith(LowerBitPartSelect(CI));
     break;
 
index 967144ca718002008ff827b790de56207b8389bd..cd194c96cf33438c8256e992e4ad94048caca55b 100644 (file)
@@ -2689,7 +2689,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
     DAG.setRoot(Tmp.getValue(1));
     return 0;
   }
-  case Intrinsic::bit_part_select: {
+  case Intrinsic::part_select: {
     // Currently not implemented: just abort
     assert(0 && "bit_part_select intrinsic not implemented");
     abort();