diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-12-11 00:58:34 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-12-11 00:58:34 +0000 |
| commit | 95c13c92ff16f4c0255927374b8c27311eb83332 (patch) | |
| tree | 11870a0729960c6f5f9dc15f382fafd899be1587 | |
| parent | 36fb4f19cd3447c437a6a2cc632fef5e52b80bc3 (diff) | |
| download | bcm5719-llvm-95c13c92ff16f4c0255927374b8c27311eb83332.tar.gz bcm5719-llvm-95c13c92ff16f4c0255927374b8c27311eb83332.zip | |
Stop laughing Misha
llvm-svn: 10393
| -rw-r--r-- | llvm/utils/TableGen/InstrSelectorEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/InstrSelectorEmitter.cpp b/llvm/utils/TableGen/InstrSelectorEmitter.cpp index 5d945bb841f..dc5dbf256cc 100644 --- a/llvm/utils/TableGen/InstrSelectorEmitter.cpp +++ b/llvm/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 |

