Update test case for Release builds.
authorChad Rosier <mcrosier@apple.com>
Mon, 10 Sep 2012 21:31:43 +0000 (21:31 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 10 Sep 2012 21:31:43 +0000 (21:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163549 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 7e56f48cfe39a88bf95370bb8805e23029d5d487..ea096c7db4d39035cc7c9d6fc0fd1489373d4b2f 100644 (file)
@@ -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