From cead033ced09ef0fdbcd125b98fdf8500d2ba3e5 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 3 Oct 2011 15:49:20 +0000 Subject: Whitespace. llvm-svn: 141005 --- llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen') 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) { -- cgit v1.2.3