Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / Inputs / jmp_opt.cpp
blobcd6d53c3567c90c1a1cd1d6cceedb880dbb5eb56
1 int g();
3 int main() {
4 int x = g();
5 int y = x*x;
6 return y;