Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / test / DebugInfo / PDB / Inputs / symbolformat-fpo.cpp
1 // Compile with "cl /GR- /Zi /c /Ox /Oy symbolformat-fpo.cpp"
2 // Refer to symbolformat.cpp for linking instructions.
3
4 unsigned fpo_func(unsigned n) {
5   return n * 2;
6 }