diff options
Diffstat (limited to 'test/Transforms/LoopRotate/pr2639.ll')
-rw-r--r-- | test/Transforms/LoopRotate/pr2639.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopRotate/pr2639.ll b/test/Transforms/LoopRotate/pr2639.ll index 67477ade99..e746672f2c 100644 --- a/test/Transforms/LoopRotate/pr2639.ll +++ b/test/Transforms/LoopRotate/pr2639.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-deletion -loop-rotate -disable-output +; RUN: opt %s -loop-deletion -loop-rotate -disable-output ; PR 2639 %struct.HexxagonMove = type { i8, i8, i32 } |