summaryrefslogtreecommitdiffstats
path: root/polly/test/Cloog/CodeGen
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2013-09-07 01:54:13 +0000
committerTobias Grosser <tobias@grosser.es>2013-09-07 01:54:13 +0000
commit3613fd7a35fbdfe03d7a0b2a2aba1812442940cf (patch)
tree52455909fc633f1276f7624249aa905c99d615b7 /polly/test/Cloog/CodeGen
parent9f9bc4f7700bdba35f9f4f6521fc8f57a64d4b04 (diff)
downloadbcm5719-llvm-3613fd7a35fbdfe03d7a0b2a2aba1812442940cf.tar.gz
bcm5719-llvm-3613fd7a35fbdfe03d7a0b2a2aba1812442940cf.zip
ScopInfo: Correctly handle true/false conditions
This is a modified version of the orignally contributed patch. Contributed-by: alexandre.isoard@gmail.com llvm-svn: 190237
Diffstat (limited to 'polly/test/Cloog/CodeGen')
-rw-r--r--polly/test/Cloog/CodeGen/single_loop_zero_iterations.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Cloog/CodeGen/single_loop_zero_iterations.ll b/polly/test/Cloog/CodeGen/single_loop_zero_iterations.ll
index ee00c6abe62..6956fddbfb2 100644
--- a/polly/test/Cloog/CodeGen/single_loop_zero_iterations.ll
+++ b/polly/test/Cloog/CodeGen/single_loop_zero_iterations.ll
@@ -67,4 +67,4 @@ return: ; preds = %if.else, %if.then
; CHECK: for region: 'for.cond => for.end.region' in function 'main':
; CHECK-NEXT: main():
-; CHECK-NEXT: Stmt_for_body(0);
+; CHECK-NOT: Stmt_for_body(0);
OpenPOWER on IntegriCloud