diff options
author | Joel Jones <joel_k_jones@apple.com> | 2013-01-09 22:34:16 +0000 |
---|---|---|
committer | Joel Jones <joel_k_jones@apple.com> | 2013-01-09 22:34:16 +0000 |
commit | 5573de8493ac11564fba02b7407176a98b45d7ce (patch) | |
tree | 0e591e84c791e8684a8c8990ee1613f5f4937b54 /lib/Target/ARM/AsmParser/ARMAsmParser.cpp | |
parent | 14925e6b885f8bd8cf448627386d412831f4bf1b (diff) |
Fix description of ARMOperand
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/AsmParser/ARMAsmParser.cpp')
-rw-r--r-- | lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 8eae642d5d..e9bdc4ad9b 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -271,7 +271,7 @@ public: namespace { /// ARMOperand - Instances of this class represent a parsed ARM machine -/// instruction. +/// operand. class ARMOperand : public MCParsedAsmOperand { enum KindTy { k_CondCode, |