mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 12:19:53 +00:00
MipsAsmParser::loadImmediate(): Prune an obsolete \param in r266602. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11034daaf7
commit
2c43473786
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user