[test] Load Polly before using the polly flags

llvm-svn: 247551
This commit is contained in:
Tobias Grosser
2015-09-14 11:49:05 +00:00
parent 334f9e87c6
commit aaadc5302c

View File

@@ -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;