mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Simplify code a bit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed060dcb5c
commit
ecc260e403
@ -485,10 +485,9 @@ bool DwarfException::CallToNoUnwindFunction(const MachineInstr *MI) {
|
||||
MarkedNoUnwind = false;
|
||||
break;
|
||||
}
|
||||
if (F->doesNotThrow()) {
|
||||
|
||||
MarkedNoUnwind = F->doesNotThrow();
|
||||
SawFunc = true;
|
||||
MarkedNoUnwind = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user