From: Chris Lattner Date: Thu, 11 Dec 2003 00:58:34 +0000 (+0000) Subject: Stop laughing Misha X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=75384692040f780a678edda4996c76675a50d5e8;p=oota-llvm.git Stop laughing Misha git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10393 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/InstrSelectorEmitter.cpp b/utils/TableGen/InstrSelectorEmitter.cpp index 5d945bb841f..dc5dbf256cc 100644 --- a/utils/TableGen/InstrSelectorEmitter.cpp +++ b/utils/TableGen/InstrSelectorEmitter.cpp @@ -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