diff options
Diffstat (limited to 'polly/test/GPGPU/scalar-parameter-ppc_fp128.ll')
-rw-r--r-- | polly/test/GPGPU/scalar-parameter-ppc_fp128.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/test/GPGPU/scalar-parameter-ppc_fp128.ll b/polly/test/GPGPU/scalar-parameter-ppc_fp128.ll index 6290b1830698..7b402a685176 100644 --- a/polly/test/GPGPU/scalar-parameter-ppc_fp128.ll +++ b/polly/test/GPGPU/scalar-parameter-ppc_fp128.ll @@ -2,9 +2,9 @@ ; XFAIL: * -; REQUIRES: pollyacc,nvptx +; REQUIRES: pollyacc, target=nvptx{{.*}} -; This fails today with "type mismatch between callee prototype and arguments" +; This fails today with "LowerFormalArguments didn't emit the correct number of values!" ; void foo(fp128 A[], fp128 b) { ; for (long i = 0; i < 1024; i++) |