comparison test/Assembler/metadata.ll @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 54457678186b
children afa8332a0e37
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
9 call void @llvm.dbg.func.start(metadata !"foo") 9 call void @llvm.dbg.func.start(metadata !"foo")
10 extractvalue {{i32, i32}, i32} undef, 0, 1, !foo !0 10 extractvalue {{i32, i32}, i32} undef, 0, 1, !foo !0
11 ret void, !foo !0, !bar !1 11 ret void, !foo !0, !bar !1
12 } 12 }
13 13
14 !0 = metadata !{i32 662302, i32 26, metadata !1, null} 14 !0 = !MDLocation(line: 662302, column: 26, scope: !1)
15 !1 = metadata !{i32 4, metadata !"foo"} 15 !1 = !{i32 4, !"foo"}
16 16
17 declare void @llvm.dbg.func.start(metadata) nounwind readnone 17 declare void @llvm.dbg.func.start(metadata) nounwind readnone
18 18
19 !foo = !{ !0 } 19 !foo = !{ !0 }
20 !bar = !{ !1 } 20 !bar = !{ !1 }