Temorarily revert r101984.

llvm-svn: 103314
This commit is contained in:
Bill Wendling 2010-05-07 22:45:36 +00:00
parent 1b770bb946
commit 32d8981ec0
1 changed files with 2 additions and 0 deletions

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