summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-10-03 15:49:20 +0000
committerEric Christopher <echristo@apple.com>2011-10-03 15:49:20 +0000
commitcead033ced09ef0fdbcd125b98fdf8500d2ba3e5 (patch)
tree5c15e4da4552b2576030f8997ed6c0959b375c6e /llvm/lib/CodeGen
parentf84354bfb1b24d5cf53e69b59336239bbe2da48d (diff)
downloadbcm5719-llvm-cead033ced09ef0fdbcd125b98fdf8500d2ba3e5.tar.gz
bcm5719-llvm-cead033ced09ef0fdbcd125b98fdf8500d2ba3e5.zip
Whitespace.
llvm-svn: 141005
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
index 7f294d3e56c..88b75247307 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@ -1236,7 +1236,7 @@ DIE *CompileUnit::constructVariableDIE(DbgVariable *DV, bool isScopeAbstract) {
return VariableDie;
}
- // Check if variable is described by a DBG_VALUE instruction.
+ // Check if variable is described by a DBG_VALUE instruction.
if (const MachineInstr *DVInsn = DV->getMInsn()) {
bool updated = false;
if (DVInsn->getNumOperands() == 3) {
OpenPOWER on IntegriCloud