diff options
author | Dale Johannesen <dalej@apple.com> | 2010-02-10 00:44:23 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-02-10 00:44:23 +0000 |
commit | 3b1906f48d0b541e5be0bc1918c94a454e908bc0 (patch) | |
tree | 93ae369702fe9d654ccde09aba9f9c0eb51bf2b2 /include/llvm/CodeGen/MachineBasicBlock.h | |
parent | 9653f9ec970147a12216d787078eab2f8b9c122a (diff) |
more comment updates
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineBasicBlock.h')
-rw-r--r-- | include/llvm/CodeGen/MachineBasicBlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineBasicBlock.h b/include/llvm/CodeGen/MachineBasicBlock.h index 283322b746..1cb8130e87 100644 --- a/include/llvm/CodeGen/MachineBasicBlock.h +++ b/include/llvm/CodeGen/MachineBasicBlock.h @@ -338,7 +338,7 @@ public: bool isCond); /// findDebugLoc - find the next valid DebugLoc starting at MBBI, skipping - /// any DEBUG_VALUE instructions. Return UnknownLoc if there is none. + /// any DBG_VALUE instructions. Return UnknownLoc if there is none. DebugLoc findDebugLoc(MachineBasicBlock::iterator &MBBI); // Debugging methods. |