[llvm-commits] CVS: llvm/lib/Support/APInt.cpp
Zhou Sheng
zhousheng00 at gmail.com
Thu Feb 8 08:46:04 PST 2007
Changes in directory llvm/lib/Support:
APInt.cpp updated: 1.5 -> 1.6
---
Log message:
Switched this file on accidently.
---
Diffs of the changes: (+1 -1)
APInt.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Support/APInt.cpp
diff -u llvm/lib/Support/APInt.cpp:1.5 llvm/lib/Support/APInt.cpp:1.6
--- llvm/lib/Support/APInt.cpp:1.5 Thu Feb 8 08:35:19 2007
+++ llvm/lib/Support/APInt.cpp Thu Feb 8 10:45:48 2007
@@ -14,7 +14,7 @@
#include "llvm/ADT/APInt.h"
-#if 1
+#if 0
#include "llvm/DerivedTypes.h"
#include "llvm/Support/MathExtras.h"
#include <cstring>
More information about the llvm-commits
mailing list