another missing header :( :( :(

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34632 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-02-26 07:51:00 +00:00
parent 14dd4c9735
commit ab143beb93

View 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