summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polly/test/ScopInfo/fortran_array_global_malloc_nonvectored.ll2
-rw-r--r--polly/test/ScopInfo/fortran_array_global_nonmalloc_nonvectored.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/ScopInfo/fortran_array_global_malloc_nonvectored.ll b/polly/test/ScopInfo/fortran_array_global_malloc_nonvectored.ll
index d3dc03eed33..eceef8b7523 100644
--- a/polly/test/ScopInfo/fortran_array_global_malloc_nonvectored.ll
+++ b/polly/test/ScopInfo/fortran_array_global_malloc_nonvectored.ll
@@ -1,4 +1,4 @@
-; RUN: opt -analyze -S -polly-detect-fortran-arrays \
+; RUN: opt %loadPolly -analyze -S -polly-detect-fortran-arrays \
; RUN: -polly-process-unprofitable -polly-scops < %s | FileCheck %s
; MODULE src_soil
diff --git a/polly/test/ScopInfo/fortran_array_global_nonmalloc_nonvectored.ll b/polly/test/ScopInfo/fortran_array_global_nonmalloc_nonvectored.ll
index a9d864acc01..9e7e37b49ec 100644
--- a/polly/test/ScopInfo/fortran_array_global_nonmalloc_nonvectored.ll
+++ b/polly/test/ScopInfo/fortran_array_global_nonmalloc_nonvectored.ll
@@ -1,4 +1,4 @@
-; RUN: opt -analyze -S -polly-detect-fortran-arrays \
+; RUN: opt %loadPolly -analyze -S -polly-detect-fortran-arrays \
; RUN: -polly-process-unprofitable -polly-scops < %s | FileCheck %s
; MODULE src_soil
OpenPOWER on IntegriCloud