AsmWriter/Bitcode: MDCompileUnit
[oota-llvm.git] / test / Assembler / 2002-04-07-HexFloatConstants.ll
index b9860b3ac5a1277c18d427edef385ac5dcbba94e..90ee85a2a302c22fb626a05eda0b0b192dde39f0 100644 (file)
@@ -5,12 +5,13 @@
 ; of the bug that was causing the Olden Health benchmark to output incorrect
 ; results!
 ;
-; RUN: llvm-as < %s | opt -constprop | llvm-dis > %t.1
+; RUN: opt -constprop -S > %t.1 < %s
 ; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | \
 ; RUN: llvm-dis > %t.2
 ; RUN: diff %t.1 %t.2
+; RUN: verify-uselistorder %s
 
 define double @test() {
-        %tmp = mul double 7.200000e+101, 0x427F4000             ; <double> [#uses=1]
+        %tmp = fmul double 7.200000e+101, 0x427F4000             ; <double> [#uses=1]
         ret double %tmp
 }