[polly] r336083 - Fix for r336080: Missing colon in REQUIRES line
Philip Pfaffe via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 2 01:36:49 PDT 2018
Author: pfaffe
Date: Mon Jul 2 01:36:49 2018
New Revision: 336083
URL: http://llvm.org/viewvc/llvm-project?rev=336083&view=rev
Log:
Fix for r336080: Missing colon in REQUIRES line
Modified:
polly/trunk/test/GPGPU/spir-typesize.ll
Modified: polly/trunk/test/GPGPU/spir-typesize.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/spir-typesize.ll?rev=336083&r1=336082&r2=336083&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/spir-typesize.ll (original)
+++ polly/trunk/test/GPGPU/spir-typesize.ll Mon Jul 2 01:36:49 2018
@@ -8,7 +8,7 @@
; RUN: -polly-acc-dump-kernel-ir -polly-process-unprofitable -disable-output < %s | \
; RUN: FileCheck -check-prefix=I32 %s
-; REQUIRES pollyacc
+; REQUIRES: pollyacc
; This test case checks whether the openCl runtime functions (get_local_id/get_group_id) return the right types for 32 and 64bit devices.
More information about the llvm-commits
mailing list