[llvm] r341054 - [NFC] Whitespace fix

Max Kazantsev via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 03:42:09 PDT 2018


Author: mkazantsev
Date: Thu Aug 30 03:42:08 2018
New Revision: 341054

URL: http://llvm.org/viewvc/llvm-project?rev=341054&view=rev
Log:
[NFC] Whitespace fix

Modified:
    llvm/trunk/include/llvm/Analysis/InstructionPrecedenceTracking.h

Modified: llvm/trunk/include/llvm/Analysis/InstructionPrecedenceTracking.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/InstructionPrecedenceTracking.h?rev=341054&r1=341053&r2=341054&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/InstructionPrecedenceTracking.h (original)
+++ llvm/trunk/include/llvm/Analysis/InstructionPrecedenceTracking.h Thu Aug 30 03:42:08 2018
@@ -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




More information about the llvm-commits mailing list