commit | 5084450e17cfff583fbb281815e9d55ee51f2008 | [log] [tgz] |
---|---|---|
author | Matthias Braun <matze@braunis.de> | Sun Dec 04 05:48:03 2016 +0000 |
committer | Matthias Braun <matze@braunis.de> | Sun Dec 04 05:48:03 2016 +0000 |
tree | 440f39d99ab3bdb7040cbfe6db490341ad984b95 | |
parent | 85334ad0c5d15dcf84ff0e3675a86da0bc13786b [diff] |
TableGen: Use StringRef instead of const std::string& for parameters This avoid an extra construction of a std::string (and a heap allocation) when the caller only has a StringRef but no std::string at hand. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288610 91177308-0d34-0410-b5e6-96231b3b80d8