R600/SI: Add a note about the order of the operands to div_scale
[oota-llvm.git] / test / Transforms / InstCombine / sitofp.ll
index 2bf7385cddff73029a141a040e133aa7923d4e1d..bd31b89f7879afc5c7ae73046c8033c4d6341515 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep itofp
+; RUN: opt < %s -instcombine -S | not grep itofp
 
 define i1 @test1(i8 %A) {
   %B = sitofp i8 %A to double