diff options
Diffstat (limited to 'test/Transforms/LCSSA/2007-07-12-LICM.ll')
-rw-r--r-- | test/Transforms/LCSSA/2007-07-12-LICM.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LCSSA/2007-07-12-LICM.ll b/test/Transforms/LCSSA/2007-07-12-LICM.ll index 0c433c3ff374..8c07aa2ec352 100644 --- a/test/Transforms/LCSSA/2007-07-12-LICM.ll +++ b/test/Transforms/LCSSA/2007-07-12-LICM.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-rotate -licm -loop-unswitch -disable-output +; RUN: opt < %s -loop-rotate -licm -loop-unswitch -disable-output define i32 @main(i32 %argc, i8** %argv) { entry: br label %bb7 |