Check for extractelement with a variable operand for the element number.
[oota-llvm.git] / test / Transforms / Reassociate / 2002-05-15-SubReassociate.ll
index c34331cb8ced52658eabfaf7734996a03c724f1c..c18af5e07efdd8c119b043f2743564ebdcdc29ef 100644 (file)
@@ -1,6 +1,6 @@
 ; With sub reassociation, constant folding can eliminate all of the constants.
 ;
-; RUN: opt %s -reassociate -constprop -instcombine -dce -S | not grep add
+; RUN: opt %s -reassociate -constprop -instcombine -dce -S | not grep add
 
 define i32 @test(i32 %A, i32 %B) {
        %W = add i32 5, %B              ; <i32> [#uses=1]