mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
Fixed typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188957 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4920bf77be
commit
55d4c38074
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user