Don't use fast isel on this test.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 30 May 2013 16:29:28 +0000 (16:29 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 30 May 2013 16:29:28 +0000 (16:29 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182937 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/2010-04-19-FramePtr.ll

index 88eebe6f3b6f5c91cdc1187c39959ac4dacec5ab..04f27aa54f82b8cf35ed857b25f6d7703e74dac7 100644 (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