mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 17:28:53 +00:00
Fix MSVC '*/' found outside of comment warning. NFCI.
llvm-svn: 334086
This commit is contained in:
parent
08bff8f2dd
commit
d07b1df82d
@ -96,7 +96,7 @@ void LanaiAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup,
|
||||
const MCValue &Target,
|
||||
MutableArrayRef<char> Data, uint64_t Value,
|
||||
bool /*IsResolved*/,
|
||||
const MCSubtargetInfo */*STI*/) const {
|
||||
const MCSubtargetInfo * /*STI*/) const {
|
||||
MCFixupKind Kind = Fixup.getKind();
|
||||
Value = adjustFixupValue(static_cast<unsigned>(Kind), Value);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user