diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-26 07:51:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-26 07:51:00 +0000 |
commit | d9fc268035bfe704fe764579a506aa048c922aac (patch) | |
tree | d04ba19cceecb5cb749511106ad6c9a0541a6195 /llvm/lib/Support/APInt.cpp | |
parent | 294780829a816312be64ff158649e8e282fb99c1 (diff) | |
download | bcm5719-llvm-d9fc268035bfe704fe764579a506aa048c922aac.tar.gz bcm5719-llvm-d9fc268035bfe704fe764579a506aa048c922aac.zip |
another missing header :( :( :(
llvm-svn: 34632
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r-- | llvm/lib/Support/APInt.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 1a2f0e0b94c..0beee10cc69 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/lib/Support/APInt.cpp @@ -13,6 +13,7 @@ // //===----------------------------------------------------------------------===// +#if 0 #define DEBUG_TYPE "apint" #include "llvm/ADT/APInt.h" #include "llvm/DerivedTypes.h" @@ -1681,3 +1682,6 @@ void APInt::dump() const cerr << " (" << this->toString(10, false) << ")\n" << std::setbase(10); } #endif + +#endif + |