| commit | 18d19687c84e48b2739f33e1df337c94861f8701 | [log] [tgz] |
|---|---|---|
| author | Rui Ueyama <ruiu@google.com> | Wed Oct 11 01:03:37 2017 +0000 |
| committer | Rui Ueyama <ruiu@google.com> | Wed Oct 11 01:03:37 2017 +0000 |
| tree | 948b18e282c64b673f2ea34eb797f8d242f72c7e | |
| parent | 8a40a7b15ce94770789e6b9b29242a08f6622d7c [diff] |
Inline addRegular into addSymbol. Because addRegular's functionality is tightly coupled with addSymbol, and the former is called only once, it makes sense to merge the two functions. This patch also adds comments. llvm-svn: 315401