Files
clang-p2996/bolt/test/X86/Inputs/jmp_opt3.cpp
Amir Ayupov c74e5bfee3 [BOLT][TEST] Imported small tests
Summary:
Imported small internal tests:
- jmp_optimization.test
- jmpjmp.test
- jump_table_footprint_reduction.test
- jump_table_reference.test

(cherry picked from FBD31483122)
2021-10-06 16:20:00 -07:00

4 lines
34 B
C++

int f();
int g() { return f(); }