mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Report the defining instruction.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152460 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
64ffa83c9b
commit
ff0275ea53
@ -1020,10 +1020,9 @@ void MachineVerifier::visitMachineFunctionAfter() {
|
||||
BBInfo &MInfo = MBBInfoMap[&MF->front()];
|
||||
for (RegSet::iterator
|
||||
I = MInfo.vregsRequired.begin(), E = MInfo.vregsRequired.end(); I != E;
|
||||
++I) {
|
||||
report("Virtual register def doesn't dominate all uses.", MF);
|
||||
*OS << "- register:\t" << PrintReg(*I) << '\n';
|
||||
}
|
||||
++I)
|
||||
report("Virtual register def doesn't dominate all uses.",
|
||||
MRI->getVRegDef(*I));
|
||||
}
|
||||
|
||||
if (LiveVars)
|
||||
|
Loading…
Reference in New Issue
Block a user