[PowerPC] Don't run BV DAG Combine before legalization if it assumes legal types
[llvm-core.git] / test / Bitcode / dicompileunit-gnu-pubnames.ll
blob31c28501647a3d3635fe9ab08d28b9f083f7a5b6
1 ; RUN: llvm-as -disable-verify -o - %s | llvm-dis | FileCheck %s
3 !named = !{!0}
4 ; CHECK: !DICompileUnit({{.*}}, gnuPubnames: true)
5 !0 = distinct !DICompileUnit(language: 12, file: !1, gnuPubnames: true)
6 !1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")