We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a98e4 commit 61c2189Copy full SHA for 61c2189
llvm/include/llvm/CodeGen/TargetInstrInfo.h
@@ -1040,7 +1040,7 @@ class TargetInstrInfo : public MCInstrInfo {
1040
bool RenamableSrc = false) const {
1041
llvm_unreachable("Target didn't implement TargetInstrInfo::copyPhysReg!");
1042
}
1043
- // Similar to copycopyPhysReg, but for targets that don't do register
+ // Similar to copyPhysReg, but for targets that don't do register
1044
// allocation and need to copy virtual registers like NVPTX, SPIR-V, and
1045
// WebAssembly.
1046
virtual void copyReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
0 commit comments