From 977de2d86906b66bf5fd3e891221570a5a41050e Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 30 May 2013 16:29:28 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182937 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/2010-04-19-FramePtr.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/2010-04-19-FramePtr.ll b/test/DebugInfo/2010-04-19-FramePtr.ll index 88eebe6f3b6..04f27aa54f8 100644 --- a/test/DebugInfo/2010-04-19-FramePtr.ll +++ b/test/DebugInfo/2010-04-19-FramePtr.ll @@ -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 -- 2.34.1