diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-08-27 04:43:03 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-08-27 04:43:03 +0000 |
commit | eab9a7fa7c30e15c35b419cf6ea2c6bd02116871 (patch) | |
tree | e54c72f23d75d496c748681da71a6e55e3e0b8d9 /llvm/lib/Transforms | |
parent | 9474b45dc44eb6e49ad9fd1f2c8b25d05487c029 (diff) | |
download | bcm5719-llvm-eab9a7fa7c30e15c35b419cf6ea2c6bd02116871.tar.gz bcm5719-llvm-eab9a7fa7c30e15c35b419cf6ea2c6bd02116871.zip |
Fixed typo.
Noticed by Stephen Checkoway <s@pahtak.org>.
llvm-svn: 189312
Diffstat (limited to 'llvm/lib/Transforms')
-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 fe9667ea8fa..1792aa866d2 100644 --- a/llvm/lib/Transforms/IPO/StripSymbols.cpp +++ b/llvm/lib/Transforms/IPO/StripSymbols.cpp @@ -345,7 +345,7 @@ bool StripDeadDebugInfo::runOnModule(Module &M) { LLVMContext &C = M.getContext(); // Find all debug info in F. This is actually overkill in terms of what we - // want to do, but we want to try and be as redundent as possible in the face + // want to do, but we want to try and be as resilient as possible in the face // of potential debug info changes by using the formal interfaces given to us // as much as possible. DebugInfoFinder F; |