From aaadc5302cfcec19c340485000cb79dd3226a345 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 14 Sep 2015 11:49:05 +0000 Subject: [PATCH] [test] Load Polly before using the polly flags llvm-svn: 247551 --- polly/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/polly/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll b/polly/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll index 92d43fc4b095..dd6a68a48470 100644 --- a/polly/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll +++ b/polly/test/Isl/CodeGen/whole-scop-non-affine-subregion.ll @@ -1,5 +1,8 @@ -; RUN: opt -polly-detect-unprofitable -polly-no-early-exit -polly-codegen %loadPolly < %s -; +; RUN: opt %loadPolly -polly-detect-unprofitable -polly-no-early-exit \ +; RUN: -polly-codegen -S < %s | FileCheck %s + +; CHECK: polly.start + ; void f(int *A) { ; if (*A > 42) ; *A = *A + 1;