repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
non-global-value-max-name-size.ll
blob
dd56286baa9738ead58fd3f4badbea5659c5a593
1
; RUN: opt < %s -S -non-global-value-max-name-size=5
2
; RUN: not opt < %s -S -non-global-value-max-name-size=4 2>&1 | FileCheck %s
3
4
; CHECK: name is too long
5
6
define void @f() {
7
bb0:
8
br label %testz
9
10
testz:
11
br label %testa
12
13
testa:
14
br label %testz
15
}