diff options
Diffstat (limited to 'test/Transforms/LCSSA/2007-07-12-LICM-3.ll')
-rw-r--r-- | test/Transforms/LCSSA/2007-07-12-LICM-3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LCSSA/2007-07-12-LICM-3.ll b/test/Transforms/LCSSA/2007-07-12-LICM-3.ll index 72cebed5d9f6b..7e0d3c63b13c8 100644 --- a/test/Transforms/LCSSA/2007-07-12-LICM-3.ll +++ b/test/Transforms/LCSSA/2007-07-12-LICM-3.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: |