mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 19:10:19 +00:00
Fixed typo.
Noticed by Stephen Checkoway <s@pahtak.org>. llvm-svn: 189312
This commit is contained in:
parent
aa4accce49
commit
5cd63cc173
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user