mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fixed typo.
llvm-svn: 188957
This commit is contained in:
parent
704d037910
commit
50d821cd72
@ -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…
Reference in New Issue
Block a user