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

Cédric Venet cedric.venet at laposte.net
Mon Oct 27 09:06:55 PDT 2008


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?

regards,

Cédric




More information about the llvm-commits mailing list