Remove global construction. const char* is sufficient here.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 12 Aug 2013 09:37:29 +0000 (09:37 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 12 Aug 2013 09:37:29 +0000 (09:37 +0000)
commit674c91bb6e704fecd905a226daef079717e7a8c1
treeab19c87aa65d9248811edd34a92bc9b30eb8a90f
parent35f4d41471f73a186e8036f10b3d6071aa3b43ec
Remove global construction. const char* is sufficient here.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188158 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips16HardFloat.cpp