Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / Inputs / patch-entries.c
blob46a3b41b048e466e6440f24b01c5ce299bc47ac4
1 #include "stub.h"
3 static void foo() { printf("foo\n"); }
5 int main() {
6 foo();
7 return 0;