diff options
Diffstat (limited to 'lib/Target/SparcV9/SparcV9Internals.h')
-rw-r--r-- | lib/Target/SparcV9/SparcV9Internals.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h index ad0f17f307..812378c7bb 100644 --- a/lib/Target/SparcV9/SparcV9Internals.h +++ b/lib/Target/SparcV9/SparcV9Internals.h @@ -269,17 +269,14 @@ class UltraSparcRegInfo : public MachineRegInfo else if( ty <= Type::DoubleTyID) res = FloatRegClassID; // sparc float reg class else { - cout << "TypeID: " << ty << endl; + cerr << "TypeID: " << ty << endl; assert(0 && "Cannot resolve register class for type"); - } if(isCCReg) return res + 2; // corresponidng condition code regiser - else return res; - } // returns the register tha contains always zero |