another missing header :( :( :(

llvm-svn: 34632
This commit is contained in:
Chris Lattner 2007-02-26 07:51:00 +00:00
parent 294780829a
commit d9fc268035
1 changed files with 4 additions and 0 deletions

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