Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / 2006-10-26-VectorReassoc.ll
index ba0248c58bebe7c1c7fb1e141a0aed0784177f54..8ab50e2227450d85119b53f8ebff7f5783c4ec2a 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: opt %s -instcombine -S | \
-; 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]