"clang/lib/CodeGen/CodeGenModule.cpp" did not exist on "b8bd2db8b37028bb6a53cb17fc20e31827ebbaba"
-
Benjamin Kramer authored
Currently cold functions are marked with the "optsize" attribute in CodeGen so they are always optimized for size. The hot attribute is just ignored, LLVM doesn't have a way to express hotness at the moment. llvm-svn: 156723
29c2b433
Loading