summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-01-28 17:33:26 +0000
committerEric Christopher <echristo@gmail.com>2013-01-28 17:33:26 +0000
commit59cc07116537ffb4bb228113af4aec516ef12ae0 (patch)
treecb3778934cfbc6ae0ff81813699b7ce92094dc79 /llvm/lib
parentb5bf9b64d23a9077c39e9bf5fcd6dc005d0c4057 (diff)
downloadbcm5719-llvm-59cc07116537ffb4bb228113af4aec516ef12ae0.tar.gz
bcm5719-llvm-59cc07116537ffb4bb228113af4aec516ef12ae0.zip
Fix comment.
llvm-svn: 173698
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index de0b2b00a98..f3c7a2afb39 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1191,7 +1191,7 @@ DwarfDebug::collectVariableInfo(const MachineFunction *MF,
continue;
}
- // handle multiple DBG_VALUE instructions describing one variable.
+ // Handle multiple DBG_VALUE instructions describing one variable.
RegVar->setDotDebugLocOffset(DotDebugLocEntries.size());
for (SmallVectorImpl<const MachineInstr*>::const_iterator
OpenPOWER on IntegriCloud