Don't hard code the desired alignment for loops -- it isn't 16-bytes on
[oota-llvm.git] / test / Assembler / 2002-04-07-HexFloatConstants.ll
index 5c54b39b80815c3ecea6ec78a0d6e224a804dab3..b0d7cc0e43a4ad280bd6e1c085bedd6368dbc4a6 100644 (file)
@@ -5,7 +5,7 @@
 ; 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