Don't use fast isel on this test.

This fixes the test on ARM. Looks like it was broken by r182877. Not
sure if this is a bug on fast isel on ARM, but this should help fix
the ARM bots.

llvm-svn: 182937
This commit is contained in:
Rafael Espindola 2013-05-30 16:29:28 +00:00
parent ed0ae1d70b
commit cf6bde9e2b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -asm-verbose -O0 -o %t < %s
; RUN: llc -fast-isel=false -asm-verbose -O0 -o %t < %s
; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s
; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t