[llvm-commits] [llvm] r93069 - /llvm/trunk/test/Other/2009-06-05-no-implicit-float.ll

Chris Lattner sabre at nondot.org
Sat Jan 9 11:24:49 PST 2010


Author: lattner
Date: Sat Jan  9 13:24:49 2010
New Revision: 93069

URL: http://llvm.org/viewvc/llvm-project?rev=93069&view=rev
Log:
fix bogus test

Modified:
    llvm/trunk/test/Other/2009-06-05-no-implicit-float.ll

Modified: llvm/trunk/test/Other/2009-06-05-no-implicit-float.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/2009-06-05-no-implicit-float.ll?rev=93069&r1=93068&r2=93069&view=diff

==============================================================================
--- llvm/trunk/test/Other/2009-06-05-no-implicit-float.ll (original)
+++ llvm/trunk/test/Other/2009-06-05-no-implicit-float.ll Sat Jan  9 13:24:49 2010
@@ -1,4 +1,4 @@
 
 ; RUN: opt < %s -verify -S | grep noimplicitfloat
-define void @f() noimplicitfloat {
-}
+declare void @f() noimplicitfloat
+





More information about the llvm-commits mailing list