From 78265cd2379f5e995745a3c0870bf5af91c158c7 Mon Sep 17 00:00:00 2001 From: Philip Pfaffe Date: Fri, 7 Apr 2017 12:55:26 +0000 Subject: [PATCH] Fix missing .git/indexloadPolly in ensure-correct-tile-sizes testcase llvm-svn: 299765 --- polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll b/polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll index b79587f..a7d47d4 100644 --- a/polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll +++ b/polly/test/ScheduleOptimizer/ensure-correct-tile-sizes.ll @@ -1,4 +1,4 @@ -; RUN: opt -analyze -polly-process-unprofitable -polly-remarks-minimal \ +; RUN: opt %loadPolly -analyze -polly-process-unprofitable -polly-remarks-minimal \ ; RUN: -polly-opt-isl -polly-pattern-matching-based-opts=true \ ; RUN: -polly-target-throughput-vector-fma=1 \ ; RUN: -polly-target-latency-vector-fma=1 \ -- 2.7.4