diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-30 01:28:40 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-12-30 01:28:40 +0000 |
| commit | b137c9e551097297d4e1980b79abbce8c7be38c7 (patch) | |
| tree | e69031f2c52f2ab2c033e642904c99c2802494a8 /llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll | |
| parent | 5e8ff877f49afa80913eef8533d8ee2d86599f92 (diff) | |
| download | bcm5719-llvm-b137c9e551097297d4e1980b79abbce8c7be38c7.tar.gz bcm5719-llvm-b137c9e551097297d4e1980b79abbce8c7be38c7.zip | |
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
This is done to avoid odd test failures, like the one fixed in r171243.
llvm-svn: 171246
Diffstat (limited to 'llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll')
| -rw-r--r-- | llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll b/llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll index 270899642ff..36b7effb90a 100644 --- a/llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll +++ b/llvm/test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll @@ -1,5 +1,5 @@ ; RUN: opt -loop-unswitch -loop-unswitch-threshold 1000 -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s -; RUN: opt -S -loop-unswitch -loop-unswitch-threshold 1000 -verify-loop-info -verify-dom-info %s | FileCheck %s +; RUN: opt -S -loop-unswitch -loop-unswitch-threshold 1000 -verify-loop-info -verify-dom-info < %s | FileCheck %s ; STATS: 1 loop-simplify - Number of pre-header or exit blocks inserted ; STATS: 3 loop-unswitch - Number of switches unswitched |

