mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Replacing a non-ASCII character in a comment with an ASCII character. Fixes a C4819 warning in MSVC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206403 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b902acb16c
commit
8cafc53ee4
@ -1819,7 +1819,7 @@ bool ARM64FastISel::SelectRem(const Instruction *I, unsigned ISDOpcode) {
|
||||
BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(DivOpc), ResultReg)
|
||||
.addReg(Src0Reg)
|
||||
.addReg(Src1Reg);
|
||||
// The remainder is computed as numerator – (quotient * denominator) using the
|
||||
// The remainder is computed as numerator - (quotient * denominator) using the
|
||||
// MSUB instruction.
|
||||
BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(MSubOpc), ResultReg)
|
||||
.addReg(ResultReg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user