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/LoopStrengthReduce/exit_compare_live_range.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/LoopStrengthReduce/exit_compare_live_range.ll')
-rw-r--r-- | llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll b/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll index ad4959be340..498be1a9a1a 100644 --- a/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll +++ b/llvm/test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll @@ -2,7 +2,7 @@ ; having overlapping live ranges that result in copies. We want the setcc ; instruction immediately before the conditional branch. ; -; RUN: opt -S -loop-reduce %s | FileCheck %s +; RUN: opt -S -loop-reduce < %s | FileCheck %s define void @foo(float* %D, i32 %E) { entry: |