Check for extractelement with a variable operand for the element number.
[oota-llvm.git] / test / Transforms / Reassociate / shift-factor.ll
index 05437fd866390d9157906bd76f5d37c8b74ebf3a..73af5e5304ee02b81d2931dfc6941b89f8649a84 100644 (file)
@@ -1,6 +1,5 @@
 ; There should be exactly one shift and one add left.
-; RUN: llvm-as < %s | \
-; RUN:   opt -reassociate -instcombine | llvm-dis > %t  
+; RUN: opt < %s -reassociate -instcombine -S > %t
 ; RUN: grep shl %t | count 1
 ; RUN: grep add %t | count 1