aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/AsmWriterInst.h
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-02-09 23:06:35 +0000
committerSean Callanan <scallanan@apple.com>2010-02-09 23:06:35 +0000
commitf44462e6ab4521214c088cc8610e9471d23e1a89 (patch)
tree630c80a04e8d14af42dc0b97ac407fec07aff3df /utils/TableGen/AsmWriterInst.h
parent7c313be63eda14427fe2dbf0bffbf3f8d5b509a2 (diff)
downloadexternal_llvm-f44462e6ab4521214c088cc8610e9471d23e1a89.zip
external_llvm-f44462e6ab4521214c088cc8610e9471d23e1a89.tar.gz
external_llvm-f44462e6ab4521214c088cc8610e9471d23e1a89.tar.bz2
Fixed some indentation in the AsmWriterInst
implementation. Also changed the constructor so that it does not require a Record, making it usable by the EDEmitter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95715 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/AsmWriterInst.h')
-rw-r--r--utils/TableGen/AsmWriterInst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/TableGen/AsmWriterInst.h b/utils/TableGen/AsmWriterInst.h
index 7ea69ce..5a8cf77 100644
--- a/utils/TableGen/AsmWriterInst.h
+++ b/utils/TableGen/AsmWriterInst.h
@@ -81,7 +81,10 @@ namespace llvm {
std::vector<AsmWriterOperand> Operands;
const CodeGenInstruction *CGI;
- AsmWriterInst(const CodeGenInstruction &CGI, Record *AsmWriter);
+ AsmWriterInst(const CodeGenInstruction &CGI,
+ unsigned Variant,
+ int FirstOperandColumn,
+ int OperandSpacing);
/// MatchesAllButOneOp - If this instruction is exactly identical to the
/// specified instruction except for one differing operand, return the