GPGPU: add missing REQUIRES line to test case

llvm-svn: 281850
This commit is contained in:
Tobias Grosser 2016-09-18 08:57:38 +00:00
parent bc653f2031
commit 05ee64e67a
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@
; RUN: opt %loadPolly -polly-codegen-ppcg -S < %s | \
; RUN: FileCheck %s -check-prefix=IR
;
;
; REQUIRES: pollyacc
; void foo(float A[]) {
; for (long i = 0; i < 128; i++)
; A[i] += i;