]> granicus.if.org Git - clang/commitdiff
Fix test case for Release builds.
authorChad Rosier <mcrosier@apple.com>
Wed, 12 Sep 2012 20:13:11 +0000 (20:13 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 12 Sep 2012 20:13:11 +0000 (20:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163737 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ms-inline-asm.c

index 920261420850525358b5c91717f080002094928d..62522c1914fcf781b58dc46de025c31efd688795 100644 (file)
@@ -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) {