[NFC][LiveDebugValues] Clang-format b135df08
authorVitaly Buka <vitalybuka@google.com>
Fri, 12 May 2023 02:42:08 +0000 (19:42 -0700)
committerVitaly Buka <vitalybuka@google.com>
Fri, 12 May 2023 02:42:08 +0000 (19:42 -0700)
llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h

index a98cf5c..beac17f 100644 (file)
@@ -656,7 +656,7 @@ public:
 
   // If we discover a new machine location, assign it an mphi with this
   // block number.
-  unsigned CurBB = 0;  // FIXME: https://reviews.llvm.org/D150420
+  unsigned CurBB = 0; // FIXME: https://reviews.llvm.org/D150420
 
   /// Cached local copy of the number of registers the target has.
   unsigned NumRegs;