commit | 5d5db5342b32de85579fd1f6069bd60d032aed8c | [log] [tgz] |
---|---|---|
author | Gabor Greif <ggreif@gmail.com> | Thu Apr 01 08:21:08 2010 +0000 |
committer | Gabor Greif <ggreif@gmail.com> | Thu Apr 01 08:21:08 2010 +0000 |
tree | 41d92616e244e6fac08d8bc839495c10b5a0de87 | |
parent | 640aad76674b9e580f50123dd05d6da5580857fe [diff] |
Introduce ImmutableCallSite, useful for contexts where no mutation is necessary. Inherits from new templated baseclass CallSiteBase<> which is highly customizable. Base CallSite on it too, in a configuration that allows full mutation. Adapt some call sites in analyses to employ ImmutableCallSite. llvm-svn: 100100