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
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
LLVMC
/
C
/
emit-llvm.c
blob
56a1e30b2e4268140af44003760e07193c2e4188
1
// Check that -emit-llvm [-S] works correctly.
2
3
// RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
4
// RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
5
// XFAIL: vg_leak
6
7
int
f0
(
void
) {
8
}