[llvm-commits] [bug_122] CVS: llvm/lib/Target/TargetData.cpp
LLVM
llvm at cs.uiuc.edu
Sun May 16 21:35:01 PDT 2004
Changes in directory llvm/lib/Target:
TargetData.cpp updated: 1.45 -> 1.45.2.1
---
Log message:
Remove use of Type::TypeTyID which no longer exists.
---
Diffs of the changes: (+0 -1)
Index: llvm/lib/Target/TargetData.cpp
diff -u llvm/lib/Target/TargetData.cpp:1.45 llvm/lib/Target/TargetData.cpp:1.45.2.1
--- llvm/lib/Target/TargetData.cpp:1.45 Wed Apr 14 16:21:56 2004
+++ llvm/lib/Target/TargetData.cpp Sun May 16 21:35:06 2004
@@ -180,7 +180,6 @@
return;
}
- case Type::TypeTyID:
default:
assert(0 && "Bad type for getTypeInfo!!!");
return;
More information about the llvm-commits
mailing list