summaryrefslogtreecommitdiff
path: root/test/CodeGen/PTX/aggregates.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PTX/aggregates.ll')
-rw-r--r--test/CodeGen/PTX/aggregates.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PTX/aggregates.ll b/test/CodeGen/PTX/aggregates.ll
index 23f28a79c0..3fc0c40881 100644
--- a/test/CodeGen/PTX/aggregates.ll
+++ b/test/CodeGen/PTX/aggregates.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -march=ptx32 -mattr=sm20 | FileCheck %s
+; XFAIL: *
%complex = type { float, float }