xref
: /
aosp_15_r20
/
external
/
llvm
/
test
/
Other
/
2009-06-05-no-implicit-float.ll
(revision 9880d6810fe72a1726cb53787c6711e909410d58)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
; RUN: opt < %s -verify -S | grep noimplicitfloat
3
declare void @f() noimplicitfloat
4
5