1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

another missing header :( :( :(

llvm-svn: 34632
This commit is contained in:
Chris Lattner 2007-02-26 07:51:00 +00:00
parent 3fe1132dcd
commit 4b7b0a145a

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