From 255ee7df297976f93bf1e1b4a00fd78d13a4a449 Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Wed, 11 Dec 2013 08:38:42 +0000 Subject: [PATCH] Fix XFAIL rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197017 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/inline-asm-stack-realign.ll | 2 +- test/CodeGen/X86/inline-asm-stack-realign2.ll | 2 +- 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 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