llvm-svn: 101913
This commit is contained in:
Devang Patel 2010-04-20 17:20:10 +00:00
parent 882bdf2a8d
commit db6f71b02f
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
; RUN: llc -asm-verbose -O0 -o %t < %s
; grep DW_AT_APPLE_omit_frame_ptr %t
; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s
; grep -v DW_AT_APPLE_omit_frame_ptr %t
; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t
define i32 @foo() nounwind ssp {