Temorarily revert r101984.
authorBill Wendling <isanbard@gmail.com>
Fri, 7 May 2010 22:45:36 +0000 (22:45 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 7 May 2010 22:45:36 +0000 (22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103314 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fp-elim.ll

index 60892a2352fb8b923cfbe301af995c4cf2811ff6..ecb653e4992f870633f06c0e28e1377097806814 100644 (file)
@@ -1,7 +1,9 @@
 ; RUN: llc < %s -march=x86 -asm-verbose=false                           | FileCheck %s -check-prefix=FP-ELIM
 ; RUN: llc < %s -march=x86 -asm-verbose=false -disable-fp-elim          | FileCheck %s -check-prefix=NO-ELIM
 ; RUN: llc < %s -march=x86 -asm-verbose=false -disable-non-leaf-fp-elim | FileCheck %s -check-prefix=NON-LEAF
+; XFAIL:*
 
+; FIXME: Temporarily reverted.
 ; Implement -momit-leaf-frame-pointer
 ; rdar://7886181