[hackers] [scc] Fix small typos || Roberto E. Vargas Caballero
commit f95f5641563eef4c97d091606fff9707dee90b1a
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Jul 23 12:46:47 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Jul 23 12:46:47 2015 +0200
Fix small typos
diff --git a/cc1/code.c b/cc1/code.c
index b4d5092..20be4b9 100644
--- a/cc1/code.c
+++ b/cc1/code.c
_AT_@ -425,10 +425,10 @@ simplify(Node *np)
goto division_by_0;
FOLDINT(sym, ls, rs, %);
break;
- case OSHL:
+ case OSHL:
FOLDINT(sym, ls, rs, <<);
break;
- case OSHR:
+ case OSHR:
FOLDINT(sym, ls, rs, >>);
break;
case OLT:
_AT_@ -452,7 +452,7 @@ simplify(Node *np)
case OBAND:
FOLDINT(sym, ls, rs, &);
break;
- case OBEXOR:
+ case OBXOR:
FOLDINT(sym, ls, rs, ^);
break;
case OBOR:
Received on Thu Jul 23 2015 - 12:47:49 CEST
This archive was generated by hypermail 2.3.0
: Thu Jul 23 2015 - 12:48:10 CEST