Urg, remove testing code.
authorChris Lattner <sabre@nondot.org>
Sun, 11 Jan 2004 23:30:03 +0000 (23:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Jan 2004 23:30:03 +0000 (23:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10757 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Bytecode/Writer/SlotCalculator.cpp
lib/VMCore/SlotCalculator.cpp

index b40d94ea2403391b1fbe84afe4c456a4751bec78..5a41b875757828a6dbd121608d3561bced9261de 100644 (file)
@@ -132,7 +132,7 @@ void SlotCalculator::processModule() {
   // all non-value types are pushed to the end of the type table, giving nice
   // low numbers to the types that can be used by instructions, thus reducing
   // the amount of explodage we suffer.
-  if (!IgnoreNamedNodes && Table[Type::TypeTyID].size() >= 0/*64*/) {
+  if (!IgnoreNamedNodes && Table[Type::TypeTyID].size() >= 64) {
     // Scan through the type table moving value types to the start of the table.
     TypePlane *Types = &Table[Type::TypeTyID];
     unsigned FirstNonValueTypeID = 0;
index b40d94ea2403391b1fbe84afe4c456a4751bec78..5a41b875757828a6dbd121608d3561bced9261de 100644 (file)
@@ -132,7 +132,7 @@ void SlotCalculator::processModule() {
   // all non-value types are pushed to the end of the type table, giving nice
   // low numbers to the types that can be used by instructions, thus reducing
   // the amount of explodage we suffer.
-  if (!IgnoreNamedNodes && Table[Type::TypeTyID].size() >= 0/*64*/) {
+  if (!IgnoreNamedNodes && Table[Type::TypeTyID].size() >= 64) {
     // Scan through the type table moving value types to the start of the table.
     TypePlane *Types = &Table[Type::TypeTyID];
     unsigned FirstNonValueTypeID = 0;