blob: f198833059572bb300e48eaeb79c7ce53a26a06d [file] [log] [blame]
; REQUIRES: asserts
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s
; RUN: llc -O0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s
; CHECK-NOT: func
define internal i32 @func() {
ret i32 0
}