1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CodeGen/NVPTX/tuple-literal.ll
Justin Holewinski 22f8d09057 [NVPTX] Fix crash with unnamed struct arguments
Patch by Eric Holk

llvm-svn: 169418
2012-12-05 20:50:28 +00:00

6 lines
106 B
LLVM

; RUN: llc < %s -march=nvptx -mcpu=sm_13
define ptx_device void @test_function({i8, i8}*) {
ret void
}