diff options
Diffstat (limited to 'llvm/test/CodeGen/X86')
| -rw-r--r-- | llvm/test/CodeGen/X86/inline-asm-stack-realign.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/X86/inline-asm-stack-realign2.ll | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/inline-asm-stack-realign.ll b/llvm/test/CodeGen/X86/inline-asm-stack-realign.ll index de98200a3a9..f2ac0f451bb 100644 --- a/llvm/test/CodeGen/X86/inline-asm-stack-realign.ll +++ b/llvm/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/llvm/test/CodeGen/X86/inline-asm-stack-realign2.ll b/llvm/test/CodeGen/X86/inline-asm-stack-realign2.ll index 4861c2040ec..0e4e7e1a677 100644 --- a/llvm/test/CodeGen/X86/inline-asm-stack-realign2.ll +++ b/llvm/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  | 

