mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
add an assertion
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0539313fe5
commit
d34b257692
@ -39,6 +39,7 @@ class SSARegMap {
|
|||||||
/// function with the specified register class.
|
/// function with the specified register class.
|
||||||
///
|
///
|
||||||
unsigned createVirtualRegister(const TargetRegisterClass *RegClass) {
|
unsigned createVirtualRegister(const TargetRegisterClass *RegClass) {
|
||||||
|
assert(RegClass && "Cannot create register without RegClass!");
|
||||||
RegClassMap.grow(NextRegNum);
|
RegClassMap.grow(NextRegNum);
|
||||||
RegClassMap[NextRegNum] = RegClass;
|
RegClassMap[NextRegNum] = RegClass;
|
||||||
return NextRegNum++;
|
return NextRegNum++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user