freebsd-nq/test/Other/2009-06-05-no-implicit-float.ll

5 lines
88 B
LLVM
Raw Normal View History

2009-10-14 17:57:32 +00:00
; RUN: opt < %s -verify -S | grep noimplicitfloat
define void @f() noimplicitfloat {
}