[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / Verifier / disubrange-count-upperBound.ll
blob3dbc79004f022fbd734530b585d284c492281eb6
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
3 !named = !{!0}
4 ; CHECK: Subrange can have any one of count or upperBound
5 !0 = !DISubrange(count: 20, lowerBound: 1, upperBound: 10)