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

Dan Gohman gohman at apple.com
Mon Oct 27 08:51:33 PDT 2008


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





More information about the llvm-commits mailing list