forked from OSchip/llvm-project
Actually remove unused static. Previous commit removed trailing
whitespace. llvm-svn: 79711
This commit is contained in:
parent
dfda92b76e
commit
677c2287da
|
@ -5017,7 +5017,6 @@ void SDNode::Profile(FoldingSetNodeID &ID) const {
|
|||
|
||||
static ManagedStatic<std::set<EVT, EVT::compareRawBits> > EVTs;
|
||||
static EVT VTs[MVT::LAST_VALUETYPE];
|
||||
static ManagedStatic<sys::SmartMutex<true> > VTMutex;
|
||||
|
||||
/// getValueTypeList - Return a pointer to the specified value type.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue