This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-12-13 06:29:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
554eac4066
llvm-mirror
/
test
/
Other
/
2009-06-05-no-implicit-float.ll
5 lines
88 B
LLVM
Raw
Normal View
History
Unescape
Escape
Add new function attribute - noimplicitfloat 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. llvm-svn: 72959
2009-06-05 21:57:13 +00:00
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. llvm-svn: 81537
2009-09-11 18:01:28 +00:00
; RUN: opt < %s -verify -S | grep noimplicitfloat
Add new function attribute - noimplicitfloat 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. llvm-svn: 72959
2009-06-05 21:57:13 +00:00
define
void
@f
(
)
noimplicitfloat
{
}
Reference in New Issue
Copy Permalink