summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-11-06 14:03:35 +0000
committerTobias Grosser <tobias@grosser.es>2015-11-06 14:03:35 +0000
commit712229ec59b71e3bba342ac5848625ce200bb4a6 (patch)
tree0683d6b079d7c1464dbeefb38f1741791996d008
parentddb6528ba613b801de8cfb60e48ca6b3fb06b0f2 (diff)
downloadbcm5719-llvm-712229ec59b71e3bba342ac5848625ce200bb4a6.tar.gz
bcm5719-llvm-712229ec59b71e3bba342ac5848625ce200bb4a6.zip
Add missing '%loadPolly' to test case
llvm-svn: 252302
-rw-r--r--polly/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll b/polly/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll
index 26164f66c34..3d5633cf19f 100644
--- a/polly/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll
+++ b/polly/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll
@@ -1,4 +1,4 @@
-; RUN: opt -polly-process-unprofitable -polly-codegen -S < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-process-unprofitable -polly-codegen -S < %s | FileCheck %s
;
; llvm.org/PR25412
; %synthgep caused %gep to be synthesized in subregion_if which was reused for
OpenPOWER on IntegriCloud