AsmWriter/Bitcode: MDCompileUnit
[oota-llvm.git] / test / Assembler / 2002-04-07-HexFloatConstants.ll
index 914ab8bc4a52dd73994b7ad6b613abfa125dfd95..90ee85a2a302c22fb626a05eda0b0b192dde39f0 100644 (file)
@@ -5,10 +5,11 @@
 ; of the bug that was causing the Olden Health benchmark to output incorrect
 ; results!
 ;
-; RUN: opt %s -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 = fmul double 7.200000e+101, 0x427F4000             ; <double> [#uses=1]