From: Chad Rosier Date: Mon, 10 Sep 2012 21:31:43 +0000 (+0000) Subject: Update test case for Release builds. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5c3dcb7bc0d20918ae25b9f619ae21e0fd8879d6;p=oota-llvm.git Update test case for Release builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163549 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/ms-inline-asm.ll b/test/CodeGen/X86/ms-inline-asm.ll index 7e56f48cfe3..ea096c7db4d 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