scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit b112f3b2de4a54f3b3474eda4cc35bb26a6690df
parent e238128c2f57d1e756e4f753fe513158703d5916
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Sun, 22 Sep 2019 14:59:51 +0200

[as-powerpc] Add comment about name origin

Diffstat:
Msrc/cmd/as/target/powerpc/ins.c | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/cmd/as/target/powerpc/ins.c b/src/cmd/as/target/powerpc/ins.c @@ -5,6 +5,12 @@ #include "../../as.h" #include "proc.h" +/* + * This code is derived from PowerISA_V2.06B_V2_PUBLIC document. + * All the names used in the specification are preserved in + * this code. + */ + static int getclass(Node *np) {