Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Other / 2009-06-05-no-implicit-float.ll
index 515f9094363aa00722aea2cc6cc20482ab924aa5..51e1466f5082eb51f8f55c55bcc1e097898403d0 100644 (file)
@@ -1,4 +1,4 @@
 
-; RUN: opt %s -verify | llvm-dis | grep noimplicitfloat
+; RUN: opt %s -verify -S | grep noimplicitfloat
 define void @f() noimplicitfloat {
 }