InstCombine: Turn _chk functions into the "unsafe" variant if length and max langth...
[oota-llvm.git] / test / Transforms / InstCombine / 2007-01-14-FcmpSelf.ll
index 6d27d4544d3a692c6e206799d4fc43e5915cc5c7..d2d215fa86d38c1fb8ba1ca7c8d1469079e5aa71 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'fcmp uno.*0.0'
+; RUN: opt < %s -instcombine -S | grep {fcmp uno.*0.0}
 ; PR1111
 define i1 @test(double %X) {
   %tmp = fcmp une double %X, %X