summaryrefslogtreecommitdiff
path: root/polly/test/CodeGen/non-affine-update.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/CodeGen/non-affine-update.ll')
-rw-r--r--polly/test/CodeGen/non-affine-update.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/CodeGen/non-affine-update.ll b/polly/test/CodeGen/non-affine-update.ll
index d742d31d31d6..4c9007259dc3 100644
--- a/polly/test/CodeGen/non-affine-update.ll
+++ b/polly/test/CodeGen/non-affine-update.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -polly-import-jscop \
+; RUN: opt -opaque-pointers=0 %loadPolly -polly-import-jscop \
; RUN: -polly-codegen -S < %s | FileCheck %s
;
; void non-affine-update(double A[], double C[], double B[]) {