From d398775f54e28939948f5c87450b1afc129667e2 Mon Sep 17 00:00:00 2001 From: Francis Visoiu Mistrih Date: Thu, 14 Dec 2017 10:02:58 +0000 Subject: [CodeGen] Print external symbols as $symbol in both MIR and debug output Work towards the unification of MIR and debug output by printing `$symbol` instead of ``. Only debug syntax is affected. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320681 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/PowerPC') diff --git a/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll b/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll index 50b35f55f41..76468f63ee7 100644 --- a/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll +++ b/test/CodeGen/PowerPC/2009-07-16-InlineAsm-M-Operand.ll @@ -8,7 +8,7 @@ define void @memory_asm_operand(i32 %a) { ; "m" operand will be represented as: - ; INLINEASM , 10, %R2, 20, -4, %R1 + ; INLINEASM fake $0, 10, %R2, 20, -4, %R1 ; It is difficult to find the flag operand (20) when starting from %R1 call i32 asm "lbzx $0, $1", "=r,m" (i32 %a) ret void -- cgit v1.2.3