summaryrefslogtreecommitdiffstats
path: root/polly/test/DeLICM/reduction_looprotate_synthesizable.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/DeLICM/reduction_looprotate_synthesizable.ll')
-rw-r--r--polly/test/DeLICM/reduction_looprotate_synthesizable.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/DeLICM/reduction_looprotate_synthesizable.ll b/polly/test/DeLICM/reduction_looprotate_synthesizable.ll
index 445164c596d..f673bd91a97 100644
--- a/polly/test/DeLICM/reduction_looprotate_synthesizable.ll
+++ b/polly/test/DeLICM/reduction_looprotate_synthesizable.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -polly-flatten-schedule -polly-delicm-overapproximate-writes=true -polly-delicm-compute-known=true -polly-delicm -analyze < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-flatten-schedule -polly-delicm-overapproximate-writes=true -polly-delicm-compute-known=true -polly-delicm -analyze < %s | FileCheck %s
;
; void func(int *A) {
; for (int j = 0; j < 2; j += 1) { /* outer */
OpenPOWER on IntegriCloud