commit | 322fcfee34effec55c20a4986f19a3894a132284 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Mon Jan 22 23:27:50 2018 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Mon Jan 22 23:27:50 2018 +0000 |
tree | 03e221cbc0dd911869a664e8cfd9e1a8a84b230d | |
parent | d161ac9ea6c3bd50485bd17593e9765999796ae8 [diff] |
Revert r322595: Specify inline for isWhitespace in CommandLine.cpp The original change was made based on a misunderstanding that -DCMAKE_BUILD_TYPE=RelWithDebugInfo would produce the same executable as -DCMAKE_BUILD_TYPE=Release modulo debug info. Turned out that's not true -- it at least disables some optimizations such as function inlining. llvm-svn: 323161