]> granicus.if.org Git - clang/commitdiff
[ms-inline asm] Remove this test while I investigate why eax isn't being clobbered.
authorChad Rosier <mcrosier@apple.com>
Wed, 20 Feb 2013 17:39:31 +0000 (17:39 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 20 Feb 2013 17:39:31 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175637 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ms-inline-asm.c

index 1a441b64476aecf0397f699f10d65f683a8d749d..2283a50987d547fd1883a4320ff603ddd912eb17 100644 (file)
@@ -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
-}