From: Chris Lattner Date: Mon, 26 Feb 2007 07:51:00 +0000 (+0000) Subject: another missing header :( :( :( X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ab143beb93c68d85d155551ed3bcb47b0cd94982;p=oota-llvm.git another missing header :( :( :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34632 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp index 1a2f0e0b94c..0beee10cc69 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 +