mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-08 21:47:23 +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;
|
MarkedNoUnwind = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (F->doesNotThrow()) {
|
|
||||||
SawFunc = true;
|
MarkedNoUnwind = F->doesNotThrow();
|
||||||
MarkedNoUnwind = true;
|
SawFunc = true;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user