diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-07-05 19:13:21 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-07-05 19:13:21 +0000 |
| commit | 928b2d16a6a508bbe13975e8659456b4581668b8 (patch) | |
| tree | 453905726fa60a71f26e1b04ba53bc8cab0b0819 /polly/test/CodeGen/single_loop_zero_iterations.ll | |
| parent | e550f25f8a40ad7fd299e77276e5f509a2e24efd (diff) | |
| download | bcm5719-llvm-928b2d16a6a508bbe13975e8659456b4581668b8.tar.gz bcm5719-llvm-928b2d16a6a508bbe13975e8659456b4581668b8.zip | |
test: Do not pipe the .ll file into opt
The construct '< %s' complicates debugging with gdb --args as the content of
%s is interpreted as gdb input.
llvm-svn: 134432
Diffstat (limited to 'polly/test/CodeGen/single_loop_zero_iterations.ll')
| -rw-r--r-- | polly/test/CodeGen/single_loop_zero_iterations.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/CodeGen/single_loop_zero_iterations.ll b/polly/test/CodeGen/single_loop_zero_iterations.ll index 0a489502297..636a5388f67 100644 --- a/polly/test/CodeGen/single_loop_zero_iterations.ll +++ b/polly/test/CodeGen/single_loop_zero_iterations.ll @@ -1,4 +1,4 @@ -; RUN: opt %loadPolly %defaultOpts -polly-cloog -analyze -S < %s | FileCheck %s +; RUN: opt %loadPolly %defaultOpts -polly-cloog -analyze -S %s | FileCheck %s ; ModuleID = 'single_loop_zero_iterations.s' target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" |

