mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 20:33:54 +00:00
Remove tabs from my previous commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4af2c40c63
commit
7caa2d0ffc
@ -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) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user