Add correct NEON encodings for the "multiple single elements" form of vld.
[oota-llvm.git] / test / Transforms / ScalarRepl / 2003-10-29-ArrayProblem.ll
index 2acf2afd4531a6acc2871ae8d001780847977adf..24e6a3195f13145af6d8ee92b54658274f0bb706 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -scalarrepl -S | grep {alloca %T}
+; RUN: opt %s -scalarrepl -S | grep {alloca %T}
 
 %T = type { [80 x i8], i32, i32 }
 declare i32 @.callback_1(i8*)