From: Joel Jones Date: Wed, 9 Jan 2013 22:34:16 +0000 (+0000) Subject: Fix description of ARMOperand X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5573de8493ac11564fba02b7407176a98b45d7ce;p=oota-llvm.git Fix description of ARMOperand git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172011 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 8eae642d5d9..e9bdc4ad9ba 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,