| commit | 8d0dc31dcada7f8002022b02a1cee471494e530b | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Sun Jul 21 23:12:18 2013 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Sun Jul 21 23:12:18 2013 +0000 |
| tree | 03cb4aaeb4dc0f66bb8fde6afa282a87c40d41fd | |
| parent | 70523c79260864b64c95bb2b31746eacbf2e06bd [diff] |
Tighten up the set of operator new/operator delete calls we're permitted to optimize, to follow the permissions granted in N3664. Under those rules, only calls generated by new-expressions and delete-expressions are permitted to be optimized, and direct calls to ::operator new and ::operator delete must be treated as normal calls. llvm-svn: 186799