X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-04-07-HexFloatConstants.ll;h=90ee85a2a302c22fb626a05eda0b0b192dde39f0;hb=37742c3591515d874bb14200c386926c0a024c5a;hp=914ab8bc4a52dd73994b7ad6b613abfa125dfd95;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Assembler/2002-04-07-HexFloatConstants.ll b/test/Assembler/2002-04-07-HexFloatConstants.ll index 914ab8bc4a5..90ee85a2a30 100644 --- a/test/Assembler/2002-04-07-HexFloatConstants.ll +++ b/test/Assembler/2002-04-07-HexFloatConstants.ll @@ -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 ; [#uses=1]