fix trivial typo; NFC

llvm-svn: 306798
This commit is contained in:
Hiroshi Inoue 2017-06-30 07:17:53 +00:00
parent 3545a9e1f9
commit c39696441c
1 changed files with 1 additions and 1 deletions

View File

@ -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))