16 lines · plain
1; RUN: opt < %s -S -non-global-value-max-name-size=52; RUN: not opt < %s -S -non-global-value-max-name-size=4 2>&1 | FileCheck %s3 4; CHECK: name is too long5 6define void @f() {7bb0:8 br label %testz9 10testz:11 br label %testa12 13testa:14 br label %testz15}16