OSDN Git Service

Fix typo
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 1996 16:43:50 +0000 (16:43 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jun 1996 16:43:50 +0000 (16:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12322 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/rs6000.c

index a476d1f..6cd516d 100644 (file)
@@ -600,7 +600,7 @@ num_insns_constant_wide (value)
 
       else
        return (num_insns_constant_wide (high)
-               + num_insns_constant_low (low) + 1);
+               + num_insns_constant_wide (low) + 1);
     }
 #endif