[TableGen] Use StringRef to capture getValueAsString in a couple more places. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304386 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2017-06-01 06:56:11 +00:00
parent 2e37885e1d
commit 14e210f062

View File

@ -308,13 +308,13 @@ namespace llvm {
public:
unsigned EnumValue;
std::string Namespace;
StringRef Namespace;
SmallVector<MVT::SimpleValueType, 4> VTs;
unsigned SpillSize;
unsigned SpillAlignment;
int CopyCost;
bool Allocatable;
std::string AltOrderSelect;
StringRef AltOrderSelect;
uint8_t AllocationPriority;
/// Contains the combination of the lane masks of all subregisters.
LaneBitmask LaneMask;