[llvm-commits] CVS: llvm/utils/TableGen/InstrSelectorEmitter.cpp
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Wed Dec 10 18:59:01 PST 2003
    
    
  
Changes in directory llvm/utils/TableGen:
InstrSelectorEmitter.cpp updated: 1.36 -> 1.37
---
Log message:
Stop laughing Misha
---
Diffs of the changes:  (+1 -1)
Index: llvm/utils/TableGen/InstrSelectorEmitter.cpp
diff -u llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.36 llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.37
--- llvm/utils/TableGen/InstrSelectorEmitter.cpp:1.36	Tue Nov 11 16:41:34 2003
+++ llvm/utils/TableGen/InstrSelectorEmitter.cpp	Wed Dec 10 18:58:34 2003
@@ -58,7 +58,7 @@
     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
    
    
More information about the llvm-commits
mailing list