mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
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
This commit is contained in:
parent
58bf2827d3
commit
9484f5764c
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user