diff options
Diffstat (limited to 'test/Transforms/LoopRotate/LRCrash-3.ll')
-rw-r--r-- | test/Transforms/LoopRotate/LRCrash-3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopRotate/LRCrash-3.ll b/test/Transforms/LoopRotate/LRCrash-3.ll index 94991a5..d1f49a98 100644 --- a/test/Transforms/LoopRotate/LRCrash-3.ll +++ b/test/Transforms/LoopRotate/LRCrash-3.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-rotate -disable-output +; RUN: opt %s -loop-rotate -disable-output define void @_ZN9Classfile4readEv() { entry: |