mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 02:33:53 +00:00
Fix the text in an assert string.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52744 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab26227c8c
commit
48b0b882c7
@ -602,7 +602,7 @@ bool LiveVariables::runOnMachineFunction(MachineFunction &mf) {
|
|||||||
I = MF->getRegInfo().liveout_begin(),
|
I = MF->getRegInfo().liveout_begin(),
|
||||||
E = MF->getRegInfo().liveout_end(); I != E; ++I) {
|
E = MF->getRegInfo().liveout_end(); I != E; ++I) {
|
||||||
assert(TargetRegisterInfo::isPhysicalRegister(*I) &&
|
assert(TargetRegisterInfo::isPhysicalRegister(*I) &&
|
||||||
"Cannot have a live-in virtual register!");
|
"Cannot have a live-out virtual register!");
|
||||||
HandlePhysRegUse(*I, Ret);
|
HandlePhysRegUse(*I, Ret);
|
||||||
|
|
||||||
// Add live-out registers as implicit uses.
|
// Add live-out registers as implicit uses.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user