Only use '%' as variable name prefix.
authorLei Zhang <antiagainst@google.com>
Fri, 21 Aug 2015 15:52:29 +0000 (11:52 -0400)
committerDejan Mircevski <deki@google.com>
Mon, 24 Aug 2015 19:05:11 +0000 (15:05 -0400)
commitabafd5e6740a0ef3939195cbf27668270c7ee2f8
treee6f1ba09cc9be3fade21c5e12c587b25233ee702
parent977e9bcfc6b83df986c2b8e3fd9b1dabcd1ec352
Only use '%' as variable name prefix.

Since now we can distinguish between def and use according to
the variable's location, there is no need to keep two variable
prefixes.

Also reformat tests to use the value generating instruction
format ("<result-id> = <opcode> <operand>..").
source/binary.cpp
source/text.cpp
test/BinaryToText.cpp
test/NamedId.cpp
test/TextToBinary.cpp
test/ValidateID.cpp