Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / 2006-10-26-VectorReassoc.ll
index b6e250acaa0314d83fbfbe865797cdd15dc4298b..8ab50e2227450d85119b53f8ebff7f5783c4ec2a 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: opt %s -instcombine | llvm-dis | \
-; RUN:   grep mul | count 2
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; CHECK: mul
+; CHECK: mul
 
 define <4 x float> @test(<4 x float> %V) {
         %Y = fmul <4 x float> %V, < float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00 >                ; <<4 x float>> [#uses=1]