[llvm-commits] CVS: llvm/lib/VMCore/Type.cpp
Jeff Cohen
jeffc at jolt-lang.org
Tue Jul 26 23:12:57 PDT 2005
Changes in directory llvm/lib/VMCore:
Type.cpp updated: 1.128 -> 1.129
---
Log message:
Eliminate all remaining tabs and trailing spaces.
---
Diffs of the changes: (+3 -3)
Type.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/VMCore/Type.cpp
diff -u llvm/lib/VMCore/Type.cpp:1.128 llvm/lib/VMCore/Type.cpp:1.129
--- llvm/lib/VMCore/Type.cpp:1.128 Wed Apr 27 13:57:15 2005
+++ llvm/lib/VMCore/Type.cpp Wed Jul 27 01:12:34 2005
@@ -143,8 +143,8 @@
case Type::UByteTyID: return 1;
case Type::UShortTyID:
case Type::ShortTyID: return 2;
- case Type::FloatTyID:
- case Type::IntTyID:
+ case Type::FloatTyID:
+ case Type::IntTyID:
case Type::UIntTyID: return 4;
case Type::LongTyID:
case Type::ULongTyID:
@@ -160,7 +160,7 @@
case Type::UByteTyID: return 8;
case Type::UShortTyID:
case Type::ShortTyID: return 16;
- case Type::FloatTyID:
+ case Type::FloatTyID:
case Type::IntTyID:
case Type::UIntTyID: return 32;
case Type::LongTyID:
More information about the llvm-commits
mailing list