[NFC][RISCV] Remove CFIIndex argument from allocateStack (#117871)
[llvm-project.git] / llvm / test / CodeGen / X86 / GC / fat.ll
blob9c1144f20e041a8a9178c293c56aa138108ba3bc
1 ; RUN: not llvm-as < %s > /dev/null 2>&1
3 declare void @llvm.gcroot(ptr, ptr) nounwind
5 define void @f() gc "x" {
6         %st = alloca { ptr, i1 }                ; <ptr> [#uses=1]
7         call void @llvm.gcroot(ptr %st, ptr null)
8         ret void