mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Silence warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111518 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44cbde85ba
commit
979e0a1414
@ -137,7 +137,7 @@ ARMFastISel::AddOptionalDefs(const MachineInstrBuilder &MIB) {
|
|||||||
|
|
||||||
// Do we optionally set a predicate? Preds is size > 0 iff the predicate
|
// Do we optionally set a predicate? Preds is size > 0 iff the predicate
|
||||||
// defines CPSR. All other OptionalDefines in ARM are the CCR register.
|
// defines CPSR. All other OptionalDefines in ARM are the CCR register.
|
||||||
bool CPSR;
|
bool CPSR = false;
|
||||||
if (DefinesOptionalPredicate(MI, &CPSR)) {
|
if (DefinesOptionalPredicate(MI, &CPSR)) {
|
||||||
if (CPSR)
|
if (CPSR)
|
||||||
AddDefaultT1CC(MIB);
|
AddDefaultT1CC(MIB);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user