[SystemZ] SystemZElimCompare pass improved.
[oota-llvm.git] / test / Assembler / 2005-01-03-FPConstantDisassembly.ll
index 4a9046d02bdb74d5b589a18b71f146d101a10161..643d04c84b3fb89146c0494fb5d8248b87aee99c 100644 (file)
@@ -1,7 +1,8 @@
-; RUN: llvm-as < %s | llvm-dis | grep 1.0
+; RUN: llvm-as < %s | llvm-dis | FileCheck %s
 ; RUN: verify-uselistorder %s
 
 define double @test() {
+; CHECK: ret double 1.0
         ret double 1.0   ;; This should not require hex notation
 }