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
+



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to