* config/bfin/bfin.c: Fix comment typos.
From-SVN: r114306
This commit is contained in:
parent
f5c3bb4bf0
commit
aab260801e
@ -1,3 +1,7 @@
|
||||
2006-06-01 Kazu Hirata <kazu@codesourcery.com>
|
||||
|
||||
* config/bfin/bfin.c: Fix comment typos.
|
||||
|
||||
2006-06-01 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
PR 25453
|
||||
|
@ -2735,10 +2735,10 @@ bfin_hardware_loop (void)
|
||||
cfun->machine->has_hardware_loops++;
|
||||
}
|
||||
|
||||
/* Maxium loop nesting depth. */
|
||||
/* Maximum loop nesting depth. */
|
||||
#define MAX_LOOP_DEPTH 2
|
||||
|
||||
/* Maxium size of a loop. */
|
||||
/* Maximum size of a loop. */
|
||||
#define MAX_LOOP_LENGTH 4096
|
||||
|
||||
/* We need to keep a vector of loops */
|
||||
|
Loading…
Reference in New Issue
Block a user