mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
fix trivial typo; NFC
llvm-svn: 306798
This commit is contained in:
parent
cd49bfab29
commit
4b40b38f29
@ -897,7 +897,7 @@ bool WebAssemblyLowerEmscriptenEHSjLj::runEHOnFunction(Function &F) {
|
||||
}
|
||||
}
|
||||
|
||||
// Look for orphan landingpads, can occur in blocks with no predecesors
|
||||
// Look for orphan landingpads, can occur in blocks with no predecessors
|
||||
for (BasicBlock &BB : F) {
|
||||
Instruction *I = BB.getFirstNonPHI();
|
||||
if (auto *LPI = dyn_cast<LandingPadInst>(I))
|
||||
|
Loading…
Reference in New Issue
Block a user