diff options
author | Eric Christopher <echristo@apple.com> | 2011-10-03 15:49:20 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-10-03 15:49:20 +0000 |
commit | cead033ced09ef0fdbcd125b98fdf8500d2ba3e5 (patch) | |
tree | 5c15e4da4552b2576030f8997ed6c0959b375c6e /llvm | |
parent | f84354bfb1b24d5cf53e69b59336239bbe2da48d (diff) | |
download | bcm5719-llvm-cead033ced09ef0fdbcd125b98fdf8500d2ba3e5.tar.gz bcm5719-llvm-cead033ced09ef0fdbcd125b98fdf8500d2ba3e5.zip |
Whitespace.
llvm-svn: 141005
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 |
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) { |