mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-04 10:00:50 +00:00
silence a bogus 'might be used uninit' warning from GCC.
llvm-svn: 92494
This commit is contained in:
parent
4a8e4ee52a
commit
8304a93ff4
@ -1095,7 +1095,7 @@ Value *InstCombiner::OptimizePointerDifference(Value *LHS, Value *RHS,
|
||||
|
||||
// If LHS is a gep based on RHS or RHS is a gep based on LHS, we can optimize
|
||||
// this.
|
||||
bool Swapped;
|
||||
bool Swapped = false;
|
||||
GetElementPtrInst *GEP = 0;
|
||||
ConstantExpr *CstGEP = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user