From b167e3ae1b0be8fb78bf192a890e5da283aebc53 Mon Sep 17 00:00:00 2001 From: Max Kazantsev Date: Thu, 30 Aug 2018 10:42:08 +0000 Subject: [PATCH] [NFC] Whitespace fix llvm-svn: 341054 --- llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h b/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h index 8c70f64..c652414 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 -- 2.7.4