repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV][VLOPT] Clear DemandedVLs for each invocation of runOnMachineFunction
[llvm-project.git]
/
lldb
/
test
/
API
/
macosx
/
save_crashlog
/
main.c
blob
ca94bc97081566541e9298c6f3ba359bde6b6633
1
#include <stdio.h>
2
3
void
4
call_me
() {
5
printf
(
"I was called"
);
6
}
7
8
int
9
main
()
10
{
11
call_me
();
12
return
0
;
13
}