mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-28 22:00:30 +00:00
Fix typos in comments and debug output.
llvm-svn: 365146
This commit is contained in:
parent
84a859530e
commit
22bf72432d
@ -32,9 +32,9 @@
|
||||
// -> $combined_old = src1,
|
||||
// $combined_bound_ctrl = DPP_BOUND_OFF
|
||||
//
|
||||
// Othervise cancel.
|
||||
// Otherwise cancel.
|
||||
//
|
||||
// The mov_dpp instruction should recide in the same BB as all it's uses
|
||||
// The mov_dpp instruction should reside in the same BB as all its uses
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "AMDGPU.h"
|
||||
@ -300,7 +300,7 @@ MachineInstr *GCNDPPCombine::createDPPInst(MachineInstr &OrigMI,
|
||||
return nullptr;
|
||||
}
|
||||
if (!isIdentityValue(OrigMI.getOpcode(), OldOpndValue)) {
|
||||
LLVM_DEBUG(dbgs() << " failed: old immediate ins't an identity\n");
|
||||
LLVM_DEBUG(dbgs() << " failed: old immediate isn't an identity\n");
|
||||
return nullptr;
|
||||
}
|
||||
CombOldVGPR = getRegSubRegPair(*Src1);
|
||||
|
Loading…
Reference in New Issue
Block a user