aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-05-07 22:45:36 +0000
committerBill Wendling <isanbard@gmail.com>2010-05-07 22:45:36 +0000
commit20eb256006379abfcb32d6e0436fda7c425cd22f (patch)
tree8628263998650a49826a3d4ed7ed48a1a559d457
parent2be6e6d59c6778637266aed3a334f6c53de71fc7 (diff)
Temorarily revert r101984.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103314 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/fp-elim.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/fp-elim.ll b/test/CodeGen/X86/fp-elim.ll
index 60892a2352..ecb653e499 100644
--- a/test/CodeGen/X86/fp-elim.ll
+++ b/test/CodeGen/X86/fp-elim.ll
@@ -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