llvm-6502/test/CodeGen/NVPTX/tuple-literal.ll
2013-03-30 14:29:30 +00:00

6 lines
106 B
LLVM

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