r175637 - [ms-inline asm] Remove this test while I investigate why eax isn't being clobbered.

Chad Rosier mcrosier at apple.com
Wed Feb 20 09:39:32 PST 2013


Author: mcrosier
Date: Wed Feb 20 11:39:31 2013
New Revision: 175637

URL: http://llvm.org/viewvc/llvm-project?rev=175637&view=rev
Log:
[ms-inline asm] Remove this test while I investigate why eax isn't being clobbered.

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=175637&r1=175636&r2=175637&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ms-inline-asm.c (original)
+++ cfe/trunk/test/CodeGen/ms-inline-asm.c Wed Feb 20 11:39:31 2013
@@ -348,9 +348,3 @@ int *t30()
 // CHECK: call void asm sideeffect inteldialect "lea edi, dword ptr $0", "*m,~{edi},~{dirflag},~{fpsr},~{flags}"([2 x i32]* @{{.*}}) nounwind
 // CHECK: call void asm sideeffect inteldialect "mov dword ptr $0, edi", "=*m,~{dirflag},~{fpsr},~{flags}"(i32** %{{.*}}) nounwind
 }
-
-void t31(int a) {
-  __asm mov eax, dword ptr [a]
-// CHECK: t31
-// CHECK: call void asm sideeffect inteldialect "mov eax, dword ptr [$0]", "*m,~{dirflag},~{fpsr},~{flags}"(i32* %{{.*}}) nounwind
-}





More information about the cfe-commits mailing list