Peter Collingbourne | d4135bb | 2016-09-13 01:12:59 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-dis -o - %s.bc | FileCheck %s |
2 | |||||
3 | ; CHECK: !0 = distinct !DIGlobalVariable(name: "a", scope: null, isLocal: false, isDefinition: true, expr: !1) | ||||
4 | ; CHECK: !1 = !DIExpression(DW_OP_constu, 42, DW_OP_stack_value) | ||||
5 | |||||
6 | !named = !{!0} | ||||
7 | |||||
8 | !0 = distinct !DIGlobalVariable(name: "a", variable: i32 42) |