diff options
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> |