summaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX/simple-call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PTX/simple-call.ll')
-rw-r--r--test/CodeGen/PTX/simple-call.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PTX/simple-call.ll b/test/CodeGen/PTX/simple-call.ll
index 36f6d8c2a9..1647075e5e 100644
--- a/test/CodeGen/PTX/simple-call.ll
+++ b/test/CodeGen/PTX/simple-call.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -march=ptx32 -mattr=sm20 | FileCheck %s
+; XFAIL: *
define ptx_device void @test_add(float %x, float %y) {
; CHECK: ret;