blob: bb16fd992010cf9b6edecb89b46089a599ba8b4d [file] [log] [blame] [edit]
; RUN: not opt -mtriple=amdgcn -passes=expand-ir-insts -disable-output %s 2>&1 | FileCheck %s
; CHECK: 'LibcallLoweringModuleAnalysis' analysis required
define void @empty() {
ret void
}