mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
11 lines
188 B
LLVM
11 lines
188 B
LLVM
|
; 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
|
||
|
}
|