[Thumb2] Improve disassembly of memory hints
[oota-llvm.git] / test / Assembler / 2005-01-03-FPConstantDisassembly.ll
index 7dfa0e54043e60c59bdd3d2d1bd9a6be07aba7a7..4a9046d02bdb74d5b589a18b71f146d101a10161 100644 (file)
@@ -1,6 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep '1.0'
+; RUN: llvm-as < %s | llvm-dis | grep 1.0
+; RUN: verify-uselistorder %s
 
-double %test() {
+define double @test() {
         ret double 1.0   ;; This should not require hex notation
 }