Stop laughing Misha

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-12-11 00:58:34 +00:00
parent 3c09636588
commit 7538469204

View File

@ -58,7 +58,7 @@ bool TreePatternNode::updateNodeType(MVT::ValueType VT,
return true;
}
throw "Type inferfence contradiction found for pattern " + RecName;
throw "Type inference contradiction found for pattern " + RecName;
}
/// InstantiateNonterminals - If this pattern refers to any nonterminals which