Author: rgrjr
Date: Sun Aug 17 19:14:04 2008
New Revision: 30290
Modified:
trunk/compilers/imcc/instructions.c
Log:
[comment] Change exception_handler to ExceptionHandler in
instruction_writes.
Modified: trunk/compilers/imcc/instructions.c
==============================================================================
--- trunk/compilers/imcc/instructions.c (original)
+++ trunk/compilers/imcc/instructions.c Sun Aug 17 19:14:04 2008
@@ -278,7 +278,7 @@
int i;
/* but only if it isn't the get_results opcode of
- * an exception_handler, which doesn't have
+ * an ExceptionHandler, which doesn't have
* a call next
*/
if (ins->next && (ins->next->type & ITPCCSUB))