commit | e3e722b9108e5cbb8d4242fd80a8382c8cd57bbe | [log] [tgz] |
---|---|---|
author | Mehdi Amini <mehdi.amini@apple.com> | Sat Sep 17 03:39:01 2016 +0000 |
committer | Mehdi Amini <mehdi.amini@apple.com> | Sat Sep 17 03:39:01 2016 +0000 |
tree | 00802979c8be2bebf06919b29d8bf04e46a0941d | |
parent | 982faf27a33943dab28159864095d6b20f3341c4 [diff] |
Don't create a SymbolTable in Function when the LLVMContext discards value names (NFC) The ValueSymbolTable is used to detect name conflict and rename instructions automatically. This is not needed when the value names are automatically discarded by the LLVMContext. No functional change intended, just saving a little bit of memory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281806 91177308-0d34-0410-b5e6-96231b3b80d8