diff options
Diffstat (limited to 'polly/test/DeLICM/reduction_looprotate_licm_double_write.ll')
| -rw-r--r-- | polly/test/DeLICM/reduction_looprotate_licm_double_write.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/DeLICM/reduction_looprotate_licm_double_write.ll b/polly/test/DeLICM/reduction_looprotate_licm_double_write.ll index 3fedca0a4a4..19237519de0 100644 --- a/polly/test/DeLICM/reduction_looprotate_licm_double_write.ll +++ b/polly/test/DeLICM/reduction_looprotate_licm_double_write.ll @@ -1,4 +1,4 @@ -; RUN: opt %loadPolly -polly-flatten-schedule \ +; RUN: opt %loadPolly -polly-stmt-granularity=bb -polly-flatten-schedule \ ; RUN: -polly-delicm-overapproximate-writes=true \ ; RUN: -polly-delicm-compute-known=true -polly-delicm \ ; RUN: -analyze < %s | FileCheck %s |

