blob: 4536ce20568621eb94aa43b6e9781c025649ee79 [file] [log] [blame]
; RUN: opt < %s -S -non-global-value-max-name-size=4
; Test that local value name lookup works if the name is capped
define void @f() {
bb0:
br label %testz
testz:
br label %testz
}