Skip to content

Commit 61c2189

Browse files
committed
fixup! Fix typo in comment
1 parent 18a98e4 commit 61c2189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/TargetInstrInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ class TargetInstrInfo : public MCInstrInfo {
10401040
bool RenamableSrc = false) const {
10411041
llvm_unreachable("Target didn't implement TargetInstrInfo::copyPhysReg!");
10421042
}
1043-
// Similar to copycopyPhysReg, but for targets that don't do register
1043+
// Similar to copyPhysReg, but for targets that don't do register
10441044
// allocation and need to copy virtual registers like NVPTX, SPIR-V, and
10451045
// WebAssembly.
10461046
virtual void copyReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,

0 commit comments

Comments
 (0)