Add defensive break.

llvm-svn: 86705
This commit is contained in:
Duncan Sands 2009-11-10 19:36:40 +00:00
parent dc21610419
commit 23344095de
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ static unsigned getStoreSize(Instruction *I, const TargetData *TD) {
return -1u;
case Intrinsic::lifetime_end:
Len = II->getOperand(1);
break;
}
}
if (ConstantInt *LenCI = dyn_cast<ConstantInt>(Len))