log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
CbC
>
CbC_llvm
annotate test/Linker/Inputs/alias.ll @ 121:
803732b1fca8
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
LLVM 5.0
author
kono
date
Fri, 27 Oct 2017 17:07:41 +0900
parents
afa8332a0e37
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
77
54457678186b
LLVM 3.6
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
1
@zed = global i32 42
95
afa8332a0e37
LLVM 3.8
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
77
diff
changeset
2
@foo = alias i32, i32* @zed
afa8332a0e37
LLVM 3.8
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
77
diff
changeset
3
@foo2 = alias i16, bitcast (i32* @zed to i16*)