Clarify assertion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19597 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-16 02:23:34 +00:00
parent 7636512f59
commit 9467497ae2

View File

@ -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;