1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

fix bogus test

llvm-svn: 93069
This commit is contained in:
Chris Lattner 2010-01-09 19:24:49 +00:00
parent 2abed51288
commit c3905a79e4

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -verify -S | grep noimplicitfloat
define void @f() noimplicitfloat {
}
declare void @f() noimplicitfloat