OSDN Git Service

fix trivial typo; NFC
authorHiroshi Inoue <inouehrs@jp.ibm.com>
Fri, 30 Jun 2017 07:17:53 +0000 (07:17 +0000)
committerHiroshi Inoue <inouehrs@jp.ibm.com>
Fri, 30 Jun 2017 07:17:53 +0000 (07:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306798 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp

index 947c032..f0b6a3e 100644 (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))