repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't analyze block if it's not considered for ifcvt anymore.
[llvm/stm8.git]
/
test
/
FrontendC
/
2003-11-13-TypeSafety.c
blob
9b76bb11c984472ffcd38ea625039f6e1872d3a8
1
// RUN: %llvmgcc -xc %s -S -o - | grep getelementptr
2
3
int
*
test
(
int
*
X
,
int
Y
) {
4
return
X
+
Y
;
5
}