summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll')
-rw-r--r--polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll b/polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll
index 927c4e53323..3422e820f7f 100644
--- a/polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll
+++ b/polly/test/ScopInfo/mod_ref_access_pointee_arguments.ll
@@ -1,6 +1,6 @@
-; RUN: opt %loadPolly -basicaa -polly-scops -analyze -polly-allow-modref-calls \
+; RUN: opt %loadPolly -basicaa -polly-stmt-granularity=bb -polly-scops -analyze -polly-allow-modref-calls \
; RUN: < %s | FileCheck %s
-; RUN: opt %loadPolly -basicaa -polly-codegen -polly-allow-modref-calls \
+; RUN: opt %loadPolly -basicaa -polly-stmt-granularity=bb -polly-codegen -polly-allow-modref-calls \
; RUN: -disable-output < %s
;
; Verify that we model the may-write access of the prefetch intrinsic
OpenPOWER on IntegriCloud