[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

Reid Spencer reid at x10sys.com
Thu Jan 11 10:22:21 PST 2007



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.96 -> 1.97
---
Log message:

Rename BoolTy as Int1Ty. Patch by Sheng Zhou.


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

 TargetLowering.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.96 llvm/include/llvm/Target/TargetLowering.h:1.97
--- llvm/include/llvm/Target/TargetLowering.h:1.96	Fri Jan  5 17:31:08 2007
+++ llvm/include/llvm/Target/TargetLowering.h	Thu Jan 11 12:21:28 2007
@@ -342,7 +342,7 @@
     switch (Ty->getTypeID()) {
     default: assert(0 && "Unknown type!");
     case Type::VoidTyID:    return MVT::isVoid;
-    case Type::BoolTyID:    return MVT::i1;
+    case Type::Int1TyID:    return MVT::i1;
     case Type::Int8TyID:    return MVT::i8;
     case Type::Int16TyID:   return MVT::i16;
     case Type::Int32TyID:   return MVT::i32;






More information about the llvm-commits mailing list