Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / 2012-06-06-LoadOfPHIs.ll
index e19cee7209b7d55da592f4bab2e836b6b1d12554..22466a96b667d3f77cb4b7959a4770c55d21fa9c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombiner | FileCheck %s
+; RUN: opt < %s -instcombine -S | FileCheck %s
 ; <rdar://problem/10889741>
 
 define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {