diff options
Diffstat (limited to 'llvm/include/llvm/Analysis/PostDominators.h')
-rw-r--r-- | llvm/include/llvm/Analysis/PostDominators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/PostDominators.h b/llvm/include/llvm/Analysis/PostDominators.h index 642b7466c80..d5e6cd44839 100644 --- a/llvm/include/llvm/Analysis/PostDominators.h +++ b/llvm/include/llvm/Analysis/PostDominators.h @@ -22,7 +22,7 @@ namespace llvm { /// compute the a post-dominator tree. /// struct PostDominatorTree : public DominatorTreeBase { - static char ID; // Pass identifcation, replacement for typeid + static char ID; // Pass identification, replacement for typeid PostDominatorTree() : DominatorTreeBase((intptr_t)&ID, true) {} |