llvm/test/CodeGen/AArch64/tailcall_misched_graph.ll: s/REQUIRE/REQUIRES/
[oota-llvm.git] / test / CodeGen / NVPTX / tuple-literal.ll
1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20
2
3 define ptx_device void @test_function({i8, i8}*) {
4   ret void
5 }