From: Akira Hatanaka <ahatanaka@apple.com> Date: Sat, 23 May 2015 00:31:56 +0000 (+0000) Subject: Remove unnecessary command line option "-disable-fp-elim". X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9484f5764ceace8c9d6dc6011124738de1becf78;p=oota-llvm.git Remove unnecessary command line option "-disable-fp-elim". This option currently has no effect as function attribute "no-frame-pointer-elim=false" overrides it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238077 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/2014-08-29-CompactUnwind.ll b/test/CodeGen/X86/2014-08-29-CompactUnwind.ll index 120eba7a6dd..e7e8bb724fc 100644 --- a/test/CodeGen/X86/2014-08-29-CompactUnwind.ll +++ b/test/CodeGen/X86/2014-08-29-CompactUnwind.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 -mcpu corei7 -filetype=obj -o - | llvm-objdump -d -unwind-info -s - | FileCheck %s +; RUN: llc < %s -mtriple x86_64-apple-darwin11 -mcpu corei7 -filetype=obj -o - | llvm-objdump -d -unwind-info -s - | FileCheck %s ; Regression test for http://llvm.org/bugs/show_bug.cgi?id=20800. ; ModuleID = 'asan_report.ii'