mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-14 15:38:57 +00:00
Fix the text in an assert string.
llvm-svn: 52744
This commit is contained in:
parent
71fbfe73c1
commit
d1467012f5
@ -602,7 +602,7 @@ bool LiveVariables::runOnMachineFunction(MachineFunction &mf) {
|
||||
I = MF->getRegInfo().liveout_begin(),
|
||||
E = MF->getRegInfo().liveout_end(); I != E; ++I) {
|
||||
assert(TargetRegisterInfo::isPhysicalRegister(*I) &&
|
||||
"Cannot have a live-in virtual register!");
|
||||
"Cannot have a live-out virtual register!");
|
||||
HandlePhysRegUse(*I, Ret);
|
||||
|
||||
// Add live-out registers as implicit uses.
|
||||
|
Loading…
x
Reference in New Issue
Block a user