1; RUN: opt -S -print-inst-addrs %s | FileCheck %s2 3define void @foo() {4 ; CHECK: ret void ; 0x5 ret void6}7