From ab143beb93c68d85d155551ed3bcb47b0cd94982 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 26 Feb 2007 07:51:00 +0000 Subject: [PATCH] another missing header :( :( :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34632 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/APInt.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 +