aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/2010-04-19-FramePtr.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-05-30 20:37:52 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-05-30 20:37:52 +0000
commit9e3e730417ec806f5a671e23d762795e550d0930 (patch)
treebce18be2934b79b6f9057479f7e907f8a2a06c17 /test/DebugInfo/2010-04-19-FramePtr.ll
parent198f972077e0756f533732ceb7cb1bc12fc29a3d (diff)
downloadexternal_llvm-9e3e730417ec806f5a671e23d762795e550d0930.tar.gz
external_llvm-9e3e730417ec806f5a671e23d762795e550d0930.tar.bz2
external_llvm-9e3e730417ec806f5a671e23d762795e550d0930.zip
Revert r182937 and r182877.
r182877 broke MCJIT tests on ARM and r182937 was working around another failure by r182877. This should make the ARM bots green. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/2010-04-19-FramePtr.ll')
-rw-r--r--test/DebugInfo/2010-04-19-FramePtr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-04-19-FramePtr.ll b/test/DebugInfo/2010-04-19-FramePtr.ll
index 04f27aa54f..88eebe6f3b 100644
--- a/test/DebugInfo/2010-04-19-FramePtr.ll
+++ b/test/DebugInfo/2010-04-19-FramePtr.ll
@@ -1,4 +1,4 @@
-; RUN: llc -fast-isel=false -asm-verbose -O0 -o %t < %s
+; RUN: llc -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