diff options
Diffstat (limited to 'test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll')
-rw-r--r-- | test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll b/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll index bd39330..0318ccc 100644 --- a/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll +++ b/test/Transforms/LoopSimplify/2003-12-10-ExitBlocksProblem.ll @@ -4,7 +4,7 @@ ; ; This is distilled from a monsterous crafty example. -; RUN: llvm-as < %s | opt -licm -disable-output +; RUN: opt %s -licm -disable-output @G = weak global i32 0 ; <i32*> [#uses=7] |