mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
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:
parent
fdd9f006bc
commit
ce4e748565
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user