[llvm] a64b2c9 - [NFC][InstrRefLDV] Fix a typo

Djordje Todorovic via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 04:05:06 PDT 2020


Author: Djordje Todorovic
Date: 2020-10-26T04:04:16-07:00
New Revision: a64b2c93662d8c9bbe49561980ed6c78892491d3

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

LOG: [NFC][InstrRefLDV] Fix a typo

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
index 926163fa521e..34351c76d2cb 100644
--- a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
+++ b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
@@ -109,7 +109,7 @@
 /// a matching machine-location PHI, each input to which is the variables value
 /// in the predecessor block.
 ///
-/// To accomodate this 
diff erence, each point on the lattice is split in
+/// To accommodate this 
diff erence, each point on the lattice is split in
 /// two: a "proposed" PHI and "definite" PHI. Any PHI that can immediately
 /// have a location determined are "definite" PHIs, and no further work is
 /// needed. Otherwise, a location that all non-backedge predecessors agree


        


More information about the llvm-commits mailing list