Stop laughing Misha
authorChris Lattner <sabre@nondot.org>
Thu, 11 Dec 2003 00:58:34 +0000 (00:58 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Dec 2003 00:58:34 +0000 (00:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10393 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/InstrSelectorEmitter.cpp

index 5d945bb841fc1efb824e3e1d4e4cc56b9ab4fe82..dc5dbf256cc68b51b66e3019fb46020866df0b03 100644 (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