diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-10 23:02:48 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-10 23:02:48 +0000 |
| commit | e46e8225f4c1bf172fa1d89a72ffe02607d1efe7 (patch) | |
| tree | 0392697fe18da8b657ca99d900227ba0c544d5c3 /llvm/test/CodeGen | |
| parent | 81f6babd58dd285130e050c8b75d854fb2cfe341 (diff) | |
| download | bcm5719-llvm-e46e8225f4c1bf172fa1d89a72ffe02607d1efe7.tar.gz bcm5719-llvm-e46e8225f4c1bf172fa1d89a72ffe02607d1efe7.zip | |
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading underscore in symbol on linux.
llvm-svn: 172139
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/X86/ms-inline-asm.ll | 4 |
1 files changed, 2 insertions, 2 deletions
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 |

