diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-30 07:06:35 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-11-30 07:06:35 +0000 |
commit | c86e170eee98bfc4e6f2afc9fa8d3eab85700a03 (patch) | |
tree | 0fc792d723a32fee1736b916ededde2d1e9f46ba /gcc/local-alloc.c | |
parent | 711c67ee6009cdd47091c65a2dd2854444717918 (diff) | |
download | gcc-c86e170eee98bfc4e6f2afc9fa8d3eab85700a03.tar.gz |
Comment typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24009 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/local-alloc.c')
-rw-r--r-- | gcc/local-alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c index 42c760f6092..e8110acae0e 100644 --- a/gcc/local-alloc.c +++ b/gcc/local-alloc.c @@ -754,7 +754,7 @@ update_equiv_regs () calculate_needs, but we traditionally work around this problem here by rejecting equivalences when the destination is in a register that's likely spilled. This is fragile, of course, since the - preferred class of a pseudo depends on all intructions that set + preferred class of a pseudo depends on all instructions that set or use it. */ if (GET_CODE (dest) != REG |