summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-16 02:23:34 +0000
committerChris Lattner <sabre@nondot.org>2005-01-16 02:23:34 +0000
commit73b6977700ad71087992dff667860f4c50beb5ab (patch)
treee1a15d9ae50852731e21b8675fcd841f306e3659
parent4e550ebb38bc2ed6d95f0ded4d9ebb705a1011fa (diff)
downloadbcm5719-llvm-73b6977700ad71087992dff667860f4c50beb5ab.tar.gz
bcm5719-llvm-73b6977700ad71087992dff667860f4c50beb5ab.zip
Clarify assertion.
llvm-svn: 19597
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
index 3c377ee142d..d71eb7e433c 100644
--- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
@@ -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;
OpenPOWER on IntegriCloud