[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / dxil-dis / di-subrotine.ll
blob285e319b74056dccf99eae7c525f80e98cf28bde
1 ; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
2 target triple = "dxil-unknown-shadermodel6.7-library"
4 !llvm.used = !{!0}
6 !0 = !DISubroutineType(types: !1)
7 !1 = !{!2, !2, !2, !2}
8 !2 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)
10 ; CHECK: !0 = !DISubroutineType(types: !1)
11 ; CHECK: !1 = !{!2, !2, !2, !2}
12 ; CHECK: !2 = !DIBasicType(name: "float", size: 32, encoding: DW_ATE_float)