diff options
-rw-r--r-- | utils/TableGen/InstrSelectorEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/InstrSelectorEmitter.cpp b/utils/TableGen/InstrSelectorEmitter.cpp index 5d945bb841..dc5dbf256c 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 |