1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove tabs from my previous commit.

llvm-svn: 58263
This commit is contained in:
Cedric Venet 2008-10-27 19:21:35 +00:00
parent 3722193550
commit cbdc9870d7

View File

@ -45,8 +45,8 @@ namespace llvm {
/// an operand, specified with syntax like ${opname:modifier}.
std::string MiModifier;
// To make VS STL happy
AsmWriterOperand():OperandType(isLiteralTextOperand) {}
// To make VS STL happy
AsmWriterOperand():OperandType(isLiteralTextOperand) {}
AsmWriterOperand(const std::string &LitStr)
: OperandType(isLiteralTextOperand), Str(LitStr) {}