diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-30 20:37:52 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-05-30 20:37:52 +0000 |
commit | 9e3e730417ec806f5a671e23d762795e550d0930 (patch) | |
tree | bce18be2934b79b6f9057479f7e907f8a2a06c17 /test/DebugInfo/2010-04-19-FramePtr.ll | |
parent | 198f972077e0756f533732ceb7cb1bc12fc29a3d (diff) | |
download | external_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.ll | 2 |
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 |