[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / SPIRV / linked-list.ll
blobbce363385328d9436e70aa4bfc62373156401044
1 ; RUN: llc -O0 -opaque-pointers=0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
3 %struct.Node = type { %struct.Node.0 addrspace(1)* }
4 ; CHECK: %[[#]] = OpTypeOpaque "struct.Node.0"
5 %struct.Node.0 = type opaque
7 define spir_kernel void @create_linked_lists(%struct.Node addrspace(1)* nocapture %pNodes, i32 addrspace(1)* nocapture %allocation_index, i32 %list_length) {
8 entry:
9   ret void