DescriptionSubzero: Separate "\t" from "opcode" in asm emission.
Instead of output like this:
Str << "\tmov\t" << ...
we prefer to use string concatenation:
Str << "\t" "mov\t" << ...
That way, "git grep -w mov" can be used for more precise pattern matching.
BUG= none
R=kschimpf@google.com
Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=6106df803dbfd6f1cdf277bacb5437c567ec607f
Patch Set 1 #Patch Set 2 : Use string concatenation where possible #
Total comments: 2
Patch Set 3 : Fix dmb issue #
Messages
Total messages: 10 (4 generated)
|