1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix broken doxygen annotations, NFC

llvm-svn: 221801
This commit is contained in:
Jingyue Wu 2014-11-12 18:25:06 +00:00
parent b12753b896
commit 1829598e82
2 changed files with 0 additions and 4 deletions

View File

@ -70,8 +70,6 @@ public:
OperandValueKind Opd2Info = OK_AnyValue,
OperandValueProperties Opd1PropInfo = OP_None,
OperandValueProperties Opd2PropInfo = OP_None) const override;
/// @}
};
} // end anonymous namespace

View File

@ -82,8 +82,6 @@ public:
unsigned getNumberOfRegisters(bool Vector) const override;
unsigned getRegisterBitWidth(bool Vector) const override;
unsigned getMaxInterleaveFactor() const override;
/// @}
};
} // end anonymous namespace