diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-24 23:02:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-24 23:02:40 +0000 |
commit | 5536c9c938264e81d54010596b86c831f73992b2 (patch) | |
tree | b63ac5c37dab40d14c6d81e770852e6889eb6bb7 /llvm/lib/Target/Sparc/SparcInternals.h | |
parent | 2294b4ee27cf6b4aff0cb45ade6f3f7894e87459 (diff) | |
download | bcm5719-llvm-5536c9c938264e81d54010596b86c831f73992b2.tar.gz bcm5719-llvm-5536c9c938264e81d54010596b86c831f73992b2.zip |
Clean up std namespace issues
Silence warning
llvm-svn: 1790
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInternals.h')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInternals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index 73f02c345bd..6230ae1f77c 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.h @@ -310,7 +310,7 @@ public: else if (ty <= Type::DoubleTyID) res = FloatRegClassID; // sparc float reg class else { - std::cerr << "TypeID: " << ty << "\n"; + //std::cerr << "TypeID: " << ty << "\n"; assert(0 && "Cannot resolve register class for type"); return 0; } |