diff options
-rw-r--r-- | include/llvm/Transforms/LinkAllPasses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/LinkAllPasses.h b/include/llvm/Transforms/LinkAllPasses.h index 031c145c0a..9d27437ea8 100644 --- a/include/llvm/Transforms/LinkAllPasses.h +++ b/include/llvm/Transforms/LinkAllPasses.h @@ -40,7 +40,7 @@ namespace { std::vector<llvm::BasicBlock*> bbv; - // The commented out calls below refer to non-existant creation + // The commented out calls below refer to non-existent creation // functions. They will be uncommented as the functions are added. (void) llvm::createAggressiveDCEPass(); |