[llvm] 1326a5a - [NFC][LiveDebugValues] Clang-format b135df08

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 19:42:58 PDT 2023


Author: Vitaly Buka
Date: 2023-05-11T19:42:08-07:00
New Revision: 1326a5a3f9297bfdc42aa8f644447dc462e4f0d8

URL: https://github.com/llvm/llvm-project/commit/1326a5a3f9297bfdc42aa8f644447dc462e4f0d8
DIFF: https://github.com/llvm/llvm-project/commit/1326a5a3f9297bfdc42aa8f644447dc462e4f0d8.diff

LOG: [NFC][LiveDebugValues] Clang-format b135df08

Added: 
    

Modified: 
    llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
index a98cf5c56143..beac17f79ff4 100644
--- a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
+++ b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.h
@@ -656,7 +656,7 @@ class MLocTracker {
 
   // 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;


        


More information about the llvm-commits mailing list