aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Other/print-inst-addrs.ll
blob: 5907b30f0f12c079a894f3932a9373ffefca9493 (plain)
1
2
3
4
5
6
; RUN: opt -S -print-inst-addrs %s | FileCheck %s

define void @foo() {
  ; CHECK: ret void ; 0x
  ret void
}