From: Chad Rosier Date: Wed, 12 Sep 2012 20:13:11 +0000 (+0000) Subject: Fix test case for Release builds. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a912649ebfc9b06918060286f889822f72fabb01;p=clang Fix test case for Release builds. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163737 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ms-inline-asm.c b/test/CodeGen/ms-inline-asm.c index 9202614208..62522c1914 100644 --- a/test/CodeGen/ms-inline-asm.c +++ b/test/CodeGen/ms-inline-asm.c @@ -137,7 +137,7 @@ void t15(void) { void t16(unsigned long long V) { __asm mov eax, DWORD PTR [V] // CHECK: t16 -// CHECK: call void asm sideeffect inteldialect "mov eax, DWORD PTR [$0]", "r,~{eax},~{dirflag},~{fpsr},~{flags}"(i64 %0) nounwind +// CHECK: call void asm sideeffect inteldialect "mov eax, DWORD PTR [$0]", "r,~{eax},~{dirflag},~{fpsr},~{flags}"(i64 %{{.*}}) nounwind } void t17(void) {