summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/inline-asm-stack-realign.ll2
-rw-r--r--test/CodeGen/X86/inline-asm-stack-realign2.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/inline-asm-stack-realign.ll b/test/CodeGen/X86/inline-asm-stack-realign.ll
index de98200a3a..f2ac0f451b 100644
--- a/test/CodeGen/X86/inline-asm-stack-realign.ll
+++ b/test/CodeGen/X86/inline-asm-stack-realign.ll
@@ -2,7 +2,7 @@
; FIXME: This is miscompiled due to our unconditional use of ESI as the base
; pointer.
-; XFAIL:
+; XFAIL: *
; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline assembly
diff --git a/test/CodeGen/X86/inline-asm-stack-realign2.ll b/test/CodeGen/X86/inline-asm-stack-realign2.ll
index 4861c2040e..0e4e7e1a67 100644
--- a/test/CodeGen/X86/inline-asm-stack-realign2.ll
+++ b/test/CodeGen/X86/inline-asm-stack-realign2.ll
@@ -2,7 +2,7 @@
; FIXME: This is miscompiled due to our unconditional use of ESI as the base
; pointer.
-; XFAIL:
+; XFAIL: *
; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline assembly