This website requires JavaScript.
Explore
Help
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-11-01 00:12:50 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
0a8f9ff53b
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 23:57:13 +02: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 20:01:28 +02:00
; RUN: opt < %s -verify -S | grep noimplicitfloat
fix bogus test llvm-svn: 93069
2010-01-09 20:24:49 +01:00
declare
void
@f
(
)
noimplicitfloat
Reference in New Issue
Copy Permalink