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
2025-01-10 05:41:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c5e08120a4
llvm-mirror
/
test
/
Other
/
2009-06-05-no-implicit-float.ll
5 lines
86 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
fix bogus test llvm-svn: 93069
2010-01-09 19:24:49 +00:00
declare
void
@f
(
)
noimplicitfloat
Reference in New Issue
Copy Permalink