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-10-15-OpaqueTypeProblem.ll
blob
2f6d9beb74a512c201c5a1358097d34c80ab1cd9
1
; RUN: llvm-as < %s | llc -march=c
2
3
%MPI_Comm = type %struct.Comm*
4
%struct.Comm = type opaque
5
@thing = global %MPI_Comm* null ; <%MPI_Comm**> [#uses=0]
6