Fix pointer info on PPC byval stores
[oota-llvm.git] / test / Transforms / InstCombine / 2009-05-23-FCmpToICmp.ll
index 8137875aa3c1273801274e09545d8dd9eb7c570b..dd14c6beec4c6145be6cbccd56edf152ed376742 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | not grep cmp
+; RUN: opt < %s -instcombine -S | not grep cmp
 ; rdar://6903175
 
 define i1 @f0(i32 *%a) nounwind {