another missing header :( :( :(
authorChris Lattner <sabre@nondot.org>
Mon, 26 Feb 2007 07:51:00 +0000 (07:51 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Feb 2007 07:51:00 +0000 (07:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34632 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/APInt.cpp

index 1a2f0e0b94ca57c26a1ab7475c1ab6de44137d86..0beee10cc69bc84982efbb87a9140f10d9afc18d 100644 (file)
@@ -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
+