llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading underscor...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Jan 2013 23:02:48 +0000 (23:02 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 10 Jan 2013 23:02:48 +0000 (23:02 +0000)
llvm-svn: 172139

llvm/test/CodeGen/X86/ms-inline-asm.ll

index 9bca1ac..68e332e 100644 (file)
@@ -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