mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Fixed typo.
Noticed by Stephen Checkoway <s@pahtak.org>. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f0a0d57808
commit
442d5f6c4b
@ -345,7 +345,7 @@ bool StripDeadDebugInfo::runOnModule(Module &M) {
|
|||||||
LLVMContext &C = M.getContext();
|
LLVMContext &C = M.getContext();
|
||||||
|
|
||||||
// Find all debug info in F. This is actually overkill in terms of what we
|
// 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
|
// of potential debug info changes by using the formal interfaces given to us
|
||||||
// as much as possible.
|
// as much as possible.
|
||||||
DebugInfoFinder F;
|
DebugInfoFinder F;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user