mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-22 23:24:59 +00:00
Fix typos in comments, NFC
Summary: Just fixing comments, no functional change. Test Plan: N/A Reviewers: jfb Subscribers: mcrosier, llvm-commits Differential Revision: http://reviews.llvm.org/D5130 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2889,7 +2889,7 @@ static unsigned getNumMicroOpsSwiftLdSt(const InstrItineraryData *ItinData,
|
||||
// FIXME: The current MachineInstr design does not support relying on machine
|
||||
// mem operands to determine the width of a memory access. Instead, we expect
|
||||
// the target to provide this information based on the instruction opcode and
|
||||
// operands. However, using MachineMemOperand is a the best solution now for
|
||||
// operands. However, using MachineMemOperand is the best solution now for
|
||||
// two reasons:
|
||||
//
|
||||
// 1) getNumMicroOps tries to infer LDM memory width from the total number of MI
|
||||
|
Reference in New Issue
Block a user