summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h b/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h
index 8c70f64a366..c6524140c92 100644
--- a/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h
+++ b/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h
@@ -37,7 +37,7 @@ class InstructionPrecedenceTracking {
// Fills information about the given block's special instructions.
void fill(const BasicBlock *BB);
- #ifndef NDEBUG
+#ifndef NDEBUG
/// Asserts whether or not the contents of this tracking is up-to-date. It can
/// be used to detect situations where we failed to invalidate the map
/// properly. The behavior of request to an invalid tracking is undefined, and
OpenPOWER on IntegriCloud