From 0d5df0ac1cc97e1399b3d6fe0bb27533c58138b6 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 12 Jan 2015 22:39:14 +0000 Subject: Untwine this expression. Thanks to David for noticing! llvm-svn: 225720 --- llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp') diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp index 329737c0cab..8d23ec5133e 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp @@ -49,7 +49,7 @@ public: void DebugLocDwarfExpression::EmitOp(uint8_t Op, const char* Comment) { BS.EmitInt8(Op, Comment - ? Twine(Comment)+Twine(" ")+Twine(dwarf::OperationEncodingString(Op)) + ? Twine(Comment)+" "+dwarf::OperationEncodingString(Op) : dwarf::OperationEncodingString(Op)); } void DebugLocDwarfExpression::EmitSigned(int Value) { -- cgit v1.2.3