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 | ab143beb93c68d85d155551ed3bcb47b0cd94982 (patch) | |
tree | bfc329b434231a1c88bceb6bef623fcfb2f643b6 /lib/Support/APInt.cpp | |
parent | 14dd4c97354c82301fe358e65f68e3ce5b031182 (diff) |
another missing header :( :( :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APInt.cpp')
-rw-r--r-- | lib/Support/APInt.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp index 1a2f0e0b94..0beee10cc6 100644 --- a/lib/Support/APInt.cpp +++ b/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 + |