[TableGen] Remove constant string argument from a method that's only called once...
authorCraig Topper <craig.topper@gmail.com>
Sun, 14 Feb 2016 05:22:01 +0000 (05:22 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 14 Feb 2016 05:22:01 +0000 (05:22 +0000)
commit094bbcaf63989cbab3eb3b0ab3e19e83843fdd22
treebb1e9bcc4f8fe1e59c275f2b0b4c6861cfeeafb7
parent042c4858b04b0da22f45b76e26c12530f135b05f
[TableGen] Remove constant string argument from a method that's only called once. We can just hardcode the string inside. There already other things that make the method not reusable. NFC

llvm-svn: 260840
llvm/utils/TableGen/SubtargetEmitter.cpp