Squelch optimized warning.

llvm-svn: 19475
This commit is contained in:
Chris Lattner 2005-01-11 17:46:49 +00:00
parent 792bbf02a2
commit f49c27c65c
1 changed files with 1 additions and 0 deletions

View File

@ -617,6 +617,7 @@ SDOperand SelectionDAGLegalize::LegalizeOp(SDOperand Op) {
Args.push_back(std::make_pair(Tmp4, IntPtrTy));
FnName = Node->getOpcode() == ISD::MEMMOVE ? "memmove" : "memcpy";
} else {
FnName = 0;
assert(0 && "Unknown op!");
}
std::pair<SDOperand,SDOperand> CallResult =