[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / bolt / test / Inputs / bolt_icf.cpp
blob593b324a812643c6bc709d272fadb00c90596bb6
1 int fiz() {
2 return fiz();
5 int faz() {
6 return faz();
9 int zip () {
10 return 0;
13 int zap () {
14 return 0;
17 int foo () {
18 return zip();
21 int bar () {
22 return zap();
25 int main() {
26 return foo();