xref
: /
llvm-project
/
bolt
/
test
/
X86
/
Inputs
/
jmp_opt.cpp
(revision 4c106cfdf7cf7eec861ad3983a3dd9a9e8f3a8ae)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
g
();
2
main()
3
int
main
() {
4
int
x
=
g
();
5
int
y
=
x
*
x
;
6
return
y
;
7
}
8