Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / irgen.h
blob9936bf62ef1c745a6693e05f857f4fa69598d464
1 static inline int triple(int x) { return x * 3; }