diff options
Diffstat (limited to 'test/Other/2007-09-10-PassManager.ll')
-rw-r--r-- | test/Other/2007-09-10-PassManager.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2007-09-10-PassManager.ll b/test/Other/2007-09-10-PassManager.ll index 863be33..20e323f 100644 --- a/test/Other/2007-09-10-PassManager.ll +++ b/test/Other/2007-09-10-PassManager.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-unswitch -indvars -disable-output +; RUN: opt %s -loop-unswitch -indvars -disable-output ; Require SCEV before LCSSA. define void @foo() { entry: |