summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ms-inline-asm.ll
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-09-10 21:31:43 +0000
committerChad Rosier <mcrosier@apple.com>2012-09-10 21:31:43 +0000
commit5c3dcb7bc0d20918ae25b9f619ae21e0fd8879d6 (patch)
tree5e8a536c486585e16bcfc6523dabbab78d87bd83 /test/CodeGen/X86/ms-inline-asm.ll
parent2de0572caec55e3779857cae0bbcd962af2e495d (diff)
downloadllvm-5c3dcb7bc0d20918ae25b9f619ae21e0fd8879d6.tar.gz
llvm-5c3dcb7bc0d20918ae25b9f619ae21e0fd8879d6.tar.bz2
llvm-5c3dcb7bc0d20918ae25b9f619ae21e0fd8879d6.tar.xz
Update test case for Release builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/ms-inline-asm.ll')
-rw-r--r--test/CodeGen/X86/ms-inline-asm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ms-inline-asm.ll b/test/CodeGen/X86/ms-inline-asm.ll
index 7e56f48cfe..ea096c7db4 100644
--- a/test/CodeGen/X86/ms-inline-asm.ll
+++ b/test/CodeGen/X86/ms-inline-asm.ll
@@ -4,7 +4,7 @@ define i32 @t1() nounwind {
entry:
%0 = tail call i32 asm sideeffect inteldialect "mov eax, $1\0Amov $0, eax", "=r,r,~{eax},~{dirflag},~{fpsr},~{flags}"(i32 1) nounwind
ret i32 %0
-; CHECK: _t1
+; CHECK: t1
; CHECK: ## InlineAsm Start
; FIXME: .intel_syntax
; CHECK: mov eax, ecx