Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default"
[oota-llvm.git] / utils / TableGen / AsmMatcherEmitter.cpp
index 12bb075eec9a4b17e839fb37a33ef201a37c4533..909ecd4665f30952489bce1f7ed0984e0beeb424 100644 (file)
@@ -441,8 +441,6 @@ struct MatchableInfo {
     : AsmVariantID(0), AsmString(Alias->AsmString), TheDef(Alias->TheDef), DefRec(Alias.release()) {
   }
 
-  MatchableInfo(const MatchableInfo&) = default;
-
   ~MatchableInfo() {
     delete DefRec.dyn_cast<const CodeGenInstAlias*>();
   }