mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
R600: Don't compare iterators of different maps.
Found be libstdc's debug mode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183549 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1de1410bd2
commit
1983a4cbf1
@ -224,7 +224,7 @@ bool AMDGPUIndirectAddressingPass::runOnMachineFunction(MachineFunction &MF) {
|
||||
unsigned LiveAddress = RegisterAddressMap[Reg];
|
||||
// Chain the live-ins
|
||||
if (LiveAddressRegisterMap.find(LiveAddress) !=
|
||||
RegisterAddressMap.end()) {
|
||||
LiveAddressRegisterMap.end()) {
|
||||
MI.addOperand(MachineOperand::CreateReg(
|
||||
LiveAddressRegisterMap[LiveAddress],
|
||||
false, // isDef
|
||||
|
Loading…
x
Reference in New Issue
Block a user