diff options
| -rw-r--r-- | polly/test/Isl/CodeGen/non-affine-synthesized-in-branch.ll | 2 |
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 |

