[cfe-commits] r166441 - /cfe/trunk/test/CodeGen/ms-inline-asm.c

Eli Friedman eli.friedman at gmail.com
Mon Oct 22 13:50:45 PDT 2012


Author: efriedma
Date: Mon Oct 22 15:50:45 2012
New Revision: 166441

URL: http://llvm.org/viewvc/llvm-project?rev=166441&view=rev
Log:
Testcase change for r166440.


Modified:
    cfe/trunk/test/CodeGen/ms-inline-asm.c

Modified: cfe/trunk/test/CodeGen/ms-inline-asm.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ms-inline-asm.c?rev=166441&r1=166440&r2=166441&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ms-inline-asm.c (original)
+++ cfe/trunk/test/CodeGen/ms-inline-asm.c Mon Oct 22 15:50:45 2012
@@ -135,7 +135,7 @@
     .endif
   }
 // CHECK: t14
-// 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
+// CHECK: call void asm sideeffect inteldialect ".if 1\0A\09mov eax, dword ptr $0\0A\09.else\0A\09mov ebx, j\0A\09.endif", "*m,~{eax},~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}) nounwind
 }
 
 void t15() {





More information about the cfe-commits mailing list