Fix some fragile code wrt CFG edge updating.
[oota-llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
index f1d092de25cd1799700e1451f209160533838bb0..0a611ab9bb35a05d67b0a9682486a3eeddfed940 100644 (file)
@@ -35,7 +35,7 @@ namespace {
   class VISIBILITY_HIDDEN UnreachableBlockElim : public FunctionPass {
     virtual bool runOnFunction(Function &F);
   public:
-    static char ID; // Pass identifcation, replacement for typeid
+    static char ID; // Pass identification, replacement for typeid
     UnreachableBlockElim() : FunctionPass((intptr_t)&ID) {}
   };
   char UnreachableBlockElim::ID = 0;