mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Urg, remove testing code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9380297bc0
commit
92fa44c1cf
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user