commit | 3f72cb89251eeb79475edeecd88651cc6552785e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Apr 04 05:08:10 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Apr 04 05:08:10 2010 +0000 |
tree | 14a0b85f3ab3f65d08a40f5304f544146437f125 | |
parent | 691f640be57ccdfcc734d6ccba03996c69c8fefe [diff] [blame] |
check in what I tested. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100309 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 0e240d0..096bf91 100644 --- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1494,7 +1494,7 @@ const char *StrEnd = strchr(StrStart, '}'); if (StrEnd == 0) llvm_report_error(Twine("Unterminated ${:foo} operand in inline asm" - " string: '") + Twine(AsmStr_ + "'")); + " string: '") + Twine(AsmStr) + "'"); std::string Val(StrStart, StrEnd); PrintSpecial(MI, OS, Val.c_str());