From 72a13d2476706227a6ae42001631b1e5ac4db956 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 8 Sep 2009 22:34:10 +0000 Subject: Use opt -S instead of piping bitcode output through llvm-dis. llvm-svn: 81257 --- llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll') diff --git a/llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll b/llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll index 6171ae30752..51f1f3d7560 100644 --- a/llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll +++ b/llvm/test/Transforms/ScalarRepl/2003-05-29-ArrayFail.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -scalarrepl -instcombine | llvm-dis | not grep alloca +; RUN: opt %s -scalarrepl -instcombine -S | not grep alloca ; Test that an array is not incorrectly deconstructed. -- cgit v1.2.3