MipsAsmParser::loadImmediate(): Prune an obsolete \param in r266602. [-Wdocumentation]

llvm-svn: 266841
This commit is contained in:
NAKAMURA Takumi 2016-04-20 00:55:38 +00:00
parent a978a076a9
commit 8a57b23e86
1 changed files with 0 additions and 1 deletions

View File

@ -2188,7 +2188,6 @@ template <unsigned N> static bool isShiftedUIntAtAnyPosition(uint64_t x) {
/// @param IsAddress True if the immediate represents an address. False if it
/// is an integer.
/// @param IDLoc Location of the immediate in the source file.
/// @param Instructions The instructions emitted by this expansion.
bool MipsAsmParser::loadImmediate(int64_t ImmValue, unsigned DstReg,
unsigned SrcReg, bool Is32BitImm,
bool IsAddress, SMLoc IDLoc, MCStreamer &Out,