[llvm-commits] CVS: llvm/lib/CodeGen/IntrinsicLowering.cpp

Chris Lattner sabre at nondot.org
Mon Apr 9 20:20:57 PDT 2007



Changes in directory llvm/lib/CodeGen:

IntrinsicLowering.cpp updated: 1.75 -> 1.76
---
Log message:

apparently some people commit without building the tree, or they forget to
commit a LOT of files.


---
Diffs of the changes:  (+1 -1)

 IntrinsicLowering.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/CodeGen/IntrinsicLowering.cpp
diff -u llvm/lib/CodeGen/IntrinsicLowering.cpp:1.75 llvm/lib/CodeGen/IntrinsicLowering.cpp:1.76
--- llvm/lib/CodeGen/IntrinsicLowering.cpp:1.75	Wed Apr  4 18:48:25 2007
+++ llvm/lib/CodeGen/IntrinsicLowering.cpp	Mon Apr  9 22:20:39 2007
@@ -475,7 +475,7 @@
     break;
   }
 
-  case Intrinsic::bit_part_select:
+  case Intrinsic::part_select:
     CI->replaceAllUsesWith(LowerBitPartSelect(CI));
     break;
 






More information about the llvm-commits mailing list