Recommit r158407: Allow SROA to look at a vector type and see if the offset is out...
[oota-llvm.git] / test / Transforms / ScalarRepl / phinodepromote.ll
index 4eb8743bd1cf10c0e4c4fa82511de6a1345755e3..9c6e8b92f3e567c1f5aae06197c714d58fe2497f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -simplifycfg -instcombine -mem2reg | llvm-dis | not grep alloca
+; RUN: opt < %s -simplifycfg -instcombine -mem2reg -S | not grep alloca
 ;
 ; This tests to see if mem2reg can promote alloca instructions whose addresses
 ; are used by PHI nodes that are immediately loaded.  The LLVM C++ front-end