summaryrefslogtreecommitdiff
path: root/backend/src/llvm/ExpandLargeIntegers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/llvm/ExpandLargeIntegers.cpp')
-rw-r--r--backend/src/llvm/ExpandLargeIntegers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/llvm/ExpandLargeIntegers.cpp b/backend/src/llvm/ExpandLargeIntegers.cpp
index 8515dc13..4aec44ee 100644
--- a/backend/src/llvm/ExpandLargeIntegers.cpp
+++ b/backend/src/llvm/ExpandLargeIntegers.cpp
@@ -99,8 +99,8 @@ using namespace llvm;
#ifdef DEBUG
#undef DEBUG
- #define DEBUG(...)
#endif
+#define DEBUG(...)
// Break instructions up into no larger than 64-bit chunks.
static const unsigned kChunkBits = 64;
static const unsigned kChunkBytes = kChunkBits / CHAR_BIT;