index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
DSAnalysis
/
simplest-test.ll
blob: b75740396647eda5649ceda8881cbbe3ed2e6322 (
plain
)
1
2
3
4
5
6
; RUN: analyze %s -tddatastructure
void
%foo
(
int
*
%X
)
{
store
int
4
,
int
*
%X
ret
void
}