[llvm-commits] CVS: llvm/lib/Support/APInt.cpp

Chris Lattner sabre at nondot.org
Mon Feb 5 21:39:04 PST 2007



Changes in directory llvm/lib/Support:

APInt.cpp updated: 1.1 -> 1.2
---
Log message:

Disable this for now.



---
Diffs of the changes:  (+5 -0)

 APInt.cpp |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/lib/Support/APInt.cpp
diff -u llvm/lib/Support/APInt.cpp:1.1 llvm/lib/Support/APInt.cpp:1.2
--- llvm/lib/Support/APInt.cpp:1.1	Mon Feb  5 21:00:16 2007
+++ llvm/lib/Support/APInt.cpp	Mon Feb  5 23:38:37 2007
@@ -13,6 +13,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/ADT/APInt.h"
+
+#if 0
 #include "llvm/DerivedTypes.h"
 #include "llvm/Support/MathExtras.h"
 #include <strings.h>
@@ -1111,3 +1113,6 @@
   }
   return A;
 }
+
+#endif
+






More information about the llvm-commits mailing list