Add correct NEON encodings for the "multiple single elements" form of vld.
[oota-llvm.git] / test / Transforms / ScalarRepl / 2003-05-30-MultiLevel.ll
index 422064967819f297859f59aff78cb3c6dead3ef5..89c0b05333a2a7fcdf0823197340696ca57c8096 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalarrepl
+; RUN: opt < %s -scalarrepl
 
 define i32 @test() {
        %X = alloca { [4 x i32] }               ; <{ [4 x i32] }*> [#uses=1]