diff --git a/test/CodeGen/X86/inline-asm-stack-realign.ll b/test/CodeGen/X86/inline-asm-stack-realign.ll index de98200a3a9..f2ac0f451bb 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 4861c2040ec..0e4e7e1a677 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