blob: 5be006d9df28282c4601a399336e2a43ab6dca50 [file] [log] [blame]
; RUN: llc -print-after=slotindexes -print-mi-addrs < %s 2>&1 | FileCheck %s
; REQUIRES: default_triple
; CHECK: IR Dump {{.*}}
; CHECK: # Machine code for function foo{{.*}}
define void @foo() {
; CHECK: ; 0x
ret void
}