fix rdar://9289583 - fast isel should handle non-canonical commutative binops
[oota-llvm.git] / test / Transforms / ScalarRepl / 2003-10-29-ArrayProblem.ll
index feadc3e3ce4c026be2c60fd822bf2ddee45d66d8..24e6a3195f13145af6d8ee92b54658274f0bb706 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | \
-; RUN:   grep alloca | grep \\{
+; RUN: opt < %s -scalarrepl -S | grep {alloca %T}
 
+%T = type { [80 x i8], i32, i32 }
 declare i32 @.callback_1(i8*)
 
 declare void @.iter_2(i32 (i8*)*, i8*)