diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll b/llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll index 9fc48de4ec1..3c4e8178cb1 100644 --- a/llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll +++ b/llvm/test/Transforms/InstCombine/2004-08-09-RemInfLoop.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine +; RUN: opt %s -instcombine ; This testcase should not send the instcombiner into an infinite loop! |