Skip to content

Commit

Permalink
GPGPU: add missing REQUIRES line to test case
Browse files Browse the repository at this point in the history
llvm-svn: 281850
  • Loading branch information
tobiasgrosser committed Sep 18, 2016
1 parent bc653f2 commit 05ee64e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions polly/test/GPGPU/mostly-sequential.ll
Expand Up @@ -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;
Expand Down

0 comments on commit 05ee64e

Please sign in to comment.