Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Assembler / non-global-value-max-name-size.ll
blobdd56286baa9738ead58fd3f4badbea5659c5a593
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
4 ; CHECK: name is too long
6 define void @f() {
7 bb0:
8   br label %testz
10 testz:
11   br label %testa
13 testa:
14   br label %testz