aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/APInt.cpp
diff options
context:
space:
mode:
authorZhou Sheng <zhousheng00@gmail.com>2007-02-08 16:45:48 +0000
committerZhou Sheng <zhousheng00@gmail.com>2007-02-08 16:45:48 +0000
commita05eaa658eeb5cd57219ea87e0c2e775dc5105ca (patch)
tree647e48f546c0607eea9366e56a58501a41b64e1a /lib/Support/APInt.cpp
parent0b706b18bd0a7760d971727460a1f26bff8289b0 (diff)
Switched this file on accidently.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/APInt.cpp')
-rw-r--r--lib/Support/APInt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/APInt.cpp b/lib/Support/APInt.cpp
index 21fb8cffc7..dccabda1b5 100644
--- a/lib/Support/APInt.cpp
+++ b/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>