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

Fix description of ARMOperand

llvm-svn: 172011
This commit is contained in:
Joel Jones 2013-01-09 22:34:16 +00:00
parent 436dc952aa
commit 9fae08d4be

View File

@ -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,