diff options
Diffstat (limited to 'test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll')
-rw-r--r-- | test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll b/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll index b46d23a..b81f625 100644 --- a/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll +++ b/test/Transforms/SCCP/2002-05-21-InvalidSimplify.ll @@ -2,7 +2,7 @@ ; this is in fact NOT the case, so the return should still be alive in the code ; after sccp and CFG simplification have been performed. ; -; RUN: llvm-as < %s | opt -sccp -simplifycfg | llvm-dis | \ +; RUN: opt %s -sccp -simplifycfg | llvm-dis | \ ; RUN: grep ret define void @old_main() { |