aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/2009-06-05-no-implicit-float.ll
blob: 51e1466f5082eb51f8f55c55bcc1e097898403d0 (plain)
1
2
3
4

; RUN: opt %s -verify -S | grep noimplicitfloat
define void @f() noimplicitfloat {
}