diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Transforms/IPO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/IPO.h b/llvm/include/llvm/Transforms/IPO.h index 80f5a527ab1..5094866aacc 100644 --- a/llvm/include/llvm/Transforms/IPO.h +++ b/llvm/include/llvm/Transforms/IPO.h @@ -104,7 +104,7 @@ Pass *createInternalizePass(); Pass *createDeadArgEliminationPass(); // DeadArgHacking pass - Same as DAE, but delete arguments of external functions -// as well. This is definately not safe, and should only be used by bugpoint. +// as well. This is definitely not safe, and should only be used by bugpoint. Pass *createDeadArgHackingPass(); //===----------------------------------------------------------------------===// |