mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Clarify assertion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19597 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7636512f59
commit
9467497ae2
@ -388,7 +388,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
|
||||
break;
|
||||
}
|
||||
case Promote:
|
||||
assert(0 && "Don't know what it means to promote this!");
|
||||
assert(0 && "CopyToReg should not require promotion!");
|
||||
abort();
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user