From 75384692040f780a678edda4996c76675a50d5e8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 11 Dec 2003 00:58:34 +0000 Subject: [PATCH] Stop laughing Misha git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10393 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/TableGen/InstrSelectorEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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