diff options
Diffstat (limited to 'test/CodeGen/PTX/aggregates.ll')
-rw-r--r-- | test/CodeGen/PTX/aggregates.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PTX/aggregates.ll b/test/CodeGen/PTX/aggregates.ll index 23f28a7..3fc0c40 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 } |