diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-01 13:57:25 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-01 13:57:25 +0000 |
| commit | d7beca87f5c6368604582e94168b7a59a04b8676 (patch) | |
| tree | 126f664877d2e0b60cf54ccd8022a443f29e7afb /llvm/test/Transforms/InstCombine/compare-signs.ll | |
| parent | 43632a26a5da8568525193ee80e544cb57efa675 (diff) | |
| download | bcm5719-llvm-d7beca87f5c6368604582e94168b7a59a04b8676.tar.gz bcm5719-llvm-d7beca87f5c6368604582e94168b7a59a04b8676.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.
My previous regex was not good enough to find these.
llvm-svn: 171343
Diffstat (limited to 'llvm/test/Transforms/InstCombine/compare-signs.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/compare-signs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/compare-signs.ll b/llvm/test/Transforms/InstCombine/compare-signs.ll index f8e49110610..72db66e3ab0 100644 --- a/llvm/test/Transforms/InstCombine/compare-signs.ll +++ b/llvm/test/Transforms/InstCombine/compare-signs.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine -S | FileCheck %s +; RUN: opt -instcombine -S < %s | FileCheck %s ; PR5438 ; TODO: This should also optimize down. |

