Reapply address space patch after fixing an issue in MemCopyOptimizer.
[oota-llvm.git] / test / Analysis / BasicAA / 2003-09-19-LocalArgument.ll
index c3977afd8b1366ff5e4109e0a30bf0c49c61fef9..637d8f0db48625fef3a6ec85b9958a8500cc39d6 100644 (file)
@@ -1,6 +1,6 @@
 ; In this test, a local alloca cannot alias an incoming argument.
 
-; RUN: opt %s -gvn -instcombine | llvm-dis | not grep sub
+; RUN: opt < %s -gvn -instcombine -S | not grep sub
 
 define i32 @test(i32* %P) {
        %X = alloca i32