[llvm] r238077 - Remove unnecessary command line option "-disable-fp-elim".

Akira Hatanaka ahatanaka at apple.com
Fri May 22 17:31:57 PDT 2015


Author: ahatanak
Date: Fri May 22 19:31:56 2015
New Revision: 238077

URL: http://llvm.org/viewvc/llvm-project?rev=238077&view=rev
Log:
Remove unnecessary command line option "-disable-fp-elim".

This option currently has no effect as function attribute
"no-frame-pointer-elim=false" overrides it.


Modified:
    llvm/trunk/test/CodeGen/X86/2014-08-29-CompactUnwind.ll

Modified: llvm/trunk/test/CodeGen/X86/2014-08-29-CompactUnwind.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2014-08-29-CompactUnwind.ll?rev=238077&r1=238076&r2=238077&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2014-08-29-CompactUnwind.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2014-08-29-CompactUnwind.ll Fri May 22 19:31:56 2015
@@ -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'





More information about the llvm-commits mailing list