blob: 3e03ac81baf5a68657978a27e35d061d45be8ab9 [file] [log] [blame]
; FIXME: This should error:
; RUN: llc -mtriple=aarch64-- -filetype=null %s
declare amdgpu_gfx void @amdgpu_gfx_func()
define void @call_amdgpu_gfx_func() {
call amdgpu_gfx void @amdgpu_gfx_func()
ret void
}