blob: ca0628f44f8932a7a8f9b184d26bbfeb9c1920d7 [file]
; RUN: not llvm-as %s -disable-output 2>&1 | FileCheck %s
define void @foo() !prof !0 {
unreachable
}
; CHECK: function must have a single !prof attachment
define void @foo2() !prof !0 !prof !0 {
unreachable
}
!0 = !{}