silence a bogus gcc warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41949 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2007-09-14 03:07:24 +00:00
parent fdd9f006bc
commit ce4e748565

View File

@ -7861,7 +7861,7 @@ Instruction *InstCombiner::visitCallSite(CallSite CS) {
if (const ParamAttrsList *NestAttrs = NestFTy->getParamAttrs()) {
unsigned NestIdx = 1;
const Type *NestTy = 0;
uint16_t NestAttr;
uint16_t NestAttr = 0;
Instruction *Caller = CS.getInstruction();