[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)
llvm-svn: 166358

clang/test/CodeGen/ms-inline-asm.c

index 99e56d1..87f2334 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
 }