repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
CBackend
/
2002-05-16-NameCollide.ll
blob
c69b9b0c2cd734eaf454b65da608cd9905c13b03
1
; RUN: llvm-as < %s | llc -march=c
2
3
; Make sure that global variables do not collide if they have the same name,
4
; but different types.
5
6
@X = global i32 5 ; <i32*> [#uses=0]
7
@X.upgrd.1 = global i64 7 ; <i64*> [#uses=0]
8