]> granicus.if.org Git - clang/commitdiff
[ms-inline asm] Update test case for r166357.
authorChad Rosier <mcrosier@apple.com>
Sat, 20 Oct 2012 00:47:32 +0000 (00:47 +0000)
committerChad Rosier <mcrosier@apple.com>
Sat, 20 Oct 2012 00:47:32 +0000 (00:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166358 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ms-inline-asm.c

index 99e56d17008ec5c7a950eb71a9419848288a1997..87f2334170ee6ad50a83efd7c25c480126045dc7 100644 (file)
@@ -135,5 +135,5 @@ void t14() {
     .endif
   }
 // CHECK: t14
-// CHECK: call void asm sideeffect inteldialect ".if 1\0A\09mov eax, dword ptr $0\0A\09.else\0A\09mov ebx, dword ptr $1\0A\09.endif", "*m,*m,~{eax},~{ebx},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}, i32* %{{.*}}) nounwind
+// CHECK: call void asm sideeffect inteldialect ".if 1\0A\09mov eax, dword ptr $0\0A\09.else\0A\09.endif", "*m,~{eax},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}) nounwind
 }