Temorarily revert r101984.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2010-05-07 22:45:36 +00:00
parent 2be6e6d59c
commit 20eb256006

View 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