diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-08-21 22:53:54 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-08-21 22:53:54 +0000 |
commit | 0dc00645a26a85faf1b7cc93b9d5bae72f7ffcce (patch) | |
tree | a9b322914f23c2e12fafbe50ba7b3a25e4c539d6 /llvm/lib | |
parent | 0900993c3cc689a7d22727aa88ff0dba73b2ca52 (diff) | |
download | bcm5719-llvm-0dc00645a26a85faf1b7cc93b9d5bae72f7ffcce.tar.gz bcm5719-llvm-0dc00645a26a85faf1b7cc93b9d5bae72f7ffcce.zip |
Fixed typo.
llvm-svn: 188957
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/IPO/StripSymbols.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/StripSymbols.cpp b/llvm/lib/Transforms/IPO/StripSymbols.cpp index 14bbdc4d5a5..3d601b6a38b 100644 --- a/llvm/lib/Transforms/IPO/StripSymbols.cpp +++ b/llvm/lib/Transforms/IPO/StripSymbols.cpp @@ -335,7 +335,7 @@ bool StripDebugDeclare::runOnModule(Module &M) { bool StripDeadDebugInfo::runOnModule(Module &M) { bool Changed = false; - // Debugging infomration is encoded in llvm IR using metadata. This is designed + // Debugging information is encoded in llvm IR using metadata. This is designed // such a way that debug info for symbols preserved even if symbols are // optimized away by the optimizer. This special pass removes debug info for // such symbols. |