1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fixed typo.

Noticed by Stephen Checkoway <s@pahtak.org>.

llvm-svn: 189312
This commit is contained in:
Michael Gottesman 2013-08-27 04:43:03 +00:00
parent aa4accce49
commit 5cd63cc173

View File

@ -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;