[llvm-commits] [llvm] r123107 - in /llvm/trunk: include/llvm/Target/ lib/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/

Jakob Stoklund Olesen stoklund at 2pi.dk
Sun Jan 9 11:48:59 PST 2011


On Jan 9, 2011, at 1:22 AM, Frits van Bommel wrote:

> On Sun, Jan 9, 2011 at 4:05 AM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>> +/// PrintReg - Helper class for printing registers on a raw_ostream.
>> +/// Prints virtual and physical registers with or without a TRI instance.
>> +///
>> +/// The format is:
>> +///   %noreg         - NoRegister
>> +///   %reg5          - a virtual register.
>> +///   %reg5:sub_8bit - a virtual register with sub-register index (with TRI).
> 
> These last two should start with %vreg.

Fixed, thanks.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 1929 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110109/1571c909/attachment.bin>


More information about the llvm-commits mailing list