[PATCH] D35953: [LiveDebugVariables] Use lexical scope to trim debug value live intervals
    Adrian Prantl via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul 27 16:06:51 PDT 2017
    
    
  
aprantl added inline comments.
================
Comment at: lib/CodeGen/LiveDebugVariables.cpp:707
+
+    if(PrevEnd && I.start() < PrevEnd) {
+      SlotIndex IStop = I.stop();
----------------
could you run the patch through clang-format?
https://reviews.llvm.org/D35953
    
    
More information about the llvm-commits
mailing list