summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-02-13 02:29:18 +0000
committerEric Christopher <echristo@gmail.com>2013-02-13 02:29:18 +0000
commitb3cecdfcf9a0b736d3c0f6f5abffb41ecda3577c (patch)
treef76d37a62db38f61558418dcbce06ddbb705e20e /lib/CodeGen/LiveDebugVariables.cpp
parent4be3853fd0a0e3b37a27afe05327e638e680c463 (diff)
downloadllvm-b3cecdfcf9a0b736d3c0f6f5abffb41ecda3577c.tar.gz
llvm-b3cecdfcf9a0b736d3c0f6f5abffb41ecda3577c.tar.bz2
llvm-b3cecdfcf9a0b736d3c0f6f5abffb41ecda3577c.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175024 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r--lib/CodeGen/LiveDebugVariables.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.cpp b/lib/CodeGen/LiveDebugVariables.cpp
index 3e31051dbc..ecc997889c 100644
--- a/lib/CodeGen/LiveDebugVariables.cpp
+++ b/lib/CodeGen/LiveDebugVariables.cpp
@@ -260,7 +260,7 @@ public:
/// provided virtual register map.
void rewriteLocations(VirtRegMap &VRM, const TargetRegisterInfo &TRI);
- /// emitDebugVariables - Recreate DBG_VALUE instruction from data structures.
+ /// emitDebugValues - Recreate DBG_VALUE instruction from data structures.
void emitDebugValues(VirtRegMap *VRM,
LiveIntervals &LIS, const TargetInstrInfo &TRI);
@@ -341,7 +341,7 @@ public:
/// splitRegister - Replace all references to OldReg with NewRegs.
void splitRegister(unsigned OldReg, ArrayRef<LiveInterval*> NewRegs);
- /// emitDebugVariables - Recreate DBG_VALUE instruction from data structures.
+ /// emitDebugValues - Recreate DBG_VALUE instruction from data structures.
void emitDebugValues(VirtRegMap *VRM);
void print(raw_ostream&);