mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-14 13:07:31 +00:00
578efa920a
Update code generator to use this attribute and remove NoImplicitFloat target option. Update llc to set this attribute when -no-implicit-float command line option is used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72959 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
106 B
LLVM
5 lines
106 B
LLVM
|
|
; RUN: llvm-as < %s | opt -verify | llvm-dis | grep noimplicitfloat
|
|
define void @f() noimplicitfloat {
|
|
}
|