Author: kjs
Date: Thu Jan  1 11:14:37 2009
New Revision: 34757

Modified:
   trunk/compilers/pirc/new/pirregalloc.h

Log:
[pirc] fix a typo.

Modified: trunk/compilers/pirc/new/pirregalloc.h
==============================================================================
--- trunk/compilers/pirc/new/pirregalloc.h      (original)
+++ trunk/compilers/pirc/new/pirregalloc.h      Thu Jan  1 11:14:37 2009
@@ -86,7 +86,7 @@
 
 lsr_allocator *new_linear_scan_register_allocator(struct lexer_state *lexer);
 
-void destroy_linear_scan_regiser_allocator(lsr_allocator *lsr);
+void destroy_linear_scan_register_allocator(lsr_allocator *lsr);
 
 live_interval * new_live_interval(lsr_allocator * const lsr, unsigned 
firstuse, pir_type type);
 

Reply via email to