OpenGrok
Cross Reference: 2009-06-05-no-implicit-float.ll
xref
: /
external
/
llvm
/
test
/
Other
/
2009-06-05-no-implicit-float.ll
Home
|
History
|
Annotate
|
Download
|
only in
Other
1
2
; RUN: opt < %s -verify -S | grep noimplicitfloat
3
declare void @f() noimplicitfloat
4
5