[llvm] r220068 - Fix typo
Matt Arsenault
Matthew.Arsenault at amd.com
Fri Oct 17 11:02:31 PDT 2014
Author: arsenm
Date: Fri Oct 17 13:02:31 2014
New Revision: 220068
URL: http://llvm.org/viewvc/llvm-project?rev=220068&view=rev
Log:
Fix typo
Modified:
llvm/trunk/lib/Target/R600/SIInstrInfo.cpp
Modified: llvm/trunk/lib/Target/R600/SIInstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/SIInstrInfo.cpp?rev=220068&r1=220067&r2=220068&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/SIInstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/R600/SIInstrInfo.cpp Fri Oct 17 13:02:31 2014
@@ -705,7 +705,7 @@ MachineInstr *SIInstrInfo::commuteInstru
MachineOperand &Src1 = MI->getOperand(Src1Idx);
- // Make sure it s legal to commute operands for VOP2.
+ // Make sure it's legal to commute operands for VOP2.
if (isVOP2(MI->getOpcode()) &&
(!isOperandLegal(MI, Src0Idx, &Src1) ||
!isOperandLegal(MI, Src1Idx, &Src0)))
More information about the llvm-commits
mailing list