diff options
author | Zhou Sheng <zhousheng00@gmail.com> | 2007-02-08 16:45:48 +0000 |
---|---|---|
committer | Zhou Sheng <zhousheng00@gmail.com> | 2007-02-08 16:45:48 +0000 |
commit | 11eea86410c249b42d5e6b6e64c9b569e762471d (patch) | |
tree | 2a27061f294c45954294b6652e9225454a2f1471 /llvm/lib/Support/APInt.cpp | |
parent | fbf61eaba7645395a22426579cbc2fbec8e6420f (diff) | |
download | bcm5719-llvm-11eea86410c249b42d5e6b6e64c9b569e762471d.tar.gz bcm5719-llvm-11eea86410c249b42d5e6b6e64c9b569e762471d.zip |
Switched this file on accidently.
llvm-svn: 34054
Diffstat (limited to 'llvm/lib/Support/APInt.cpp')
-rw-r--r-- | llvm/lib/Support/APInt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/APInt.cpp b/llvm/lib/Support/APInt.cpp index 21fb8cffc7f..dccabda1b57 100644 --- a/llvm/lib/Support/APInt.cpp +++ b/llvm/lib/Support/APInt.cpp @@ -14,7 +14,7 @@ #include "llvm/ADT/APInt.h" -#if 1 +#if 0 #include "llvm/DerivedTypes.h" #include "llvm/Support/MathExtras.h" #include <cstring> |