[llvm-commits] [llvm] r58185 - /llvm/trunk/utils/TableGen/AsmWriterEmitter.cpp

Dan Gohman gohman at apple.com
Mon Oct 27 10:37:04 PDT 2008


On Oct 27, 2008, at 9:06 AM, Cédric Venet wrote:

> Dan Gohman a écrit :
>> On Sun, October 26, 2008 8:40 am, Cedric Venet wrote:
>>> @@ -45,6 +45,9 @@
>>>     /// an operand, specified with syntax like ${opname:modifier}.
>>>     std::string MiModifier;
>>>
>>> +	// To make VS STL happy
>>> +	AsmWriterOperand():OperandType(isLiteralTextOperand) {}
>>> +
>>>     AsmWriterOperand(const std::string &LitStr)
>>>       : OperandType(isLiteralTextOperand), Str(LitStr) {}
>>
>> Please don't use tabs.
>>
>> Thanks,
>>
>> Dan
>
> Sorry, I just reinstalled my IDE and forgot to change my tabs  
> settings.
> Should I change this to space?

Yes, thanks.

Dan





More information about the llvm-commits mailing list