From e46e8225f4c1bf172fa1d89a72ffe02607d1efe7 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 10 Jan 2013 23:02:48 +0000 Subject: llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading underscore in symbol on linux. llvm-svn: 172139 --- llvm/test/CodeGen/X86/ms-inline-asm.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen') diff --git a/llvm/test/CodeGen/X86/ms-inline-asm.ll b/llvm/test/CodeGen/X86/ms-inline-asm.ll index 9bca1acf656..68e332eed4f 100644 --- a/llvm/test/CodeGen/X86/ms-inline-asm.ll +++ b/llvm/test/CodeGen/X86/ms-inline-asm.ll @@ -71,8 +71,8 @@ define void @t19() nounwind { entry: call void asm sideeffect inteldialect "call $0", "r,~{dirflag},~{fpsr},~{flags}"(void ()* @t19_helper) nounwind ret void -; CHECK: t19 -; CHECK: movl $_t19_helper, %eax +; CHECK: t19: +; CHECK: movl ${{_?}}t19_helper, %eax ; CHECK: {{## InlineAsm Start|#APP}} ; CHECK: .intel_syntax ; CHECK: call eax -- cgit v1.2.3