1
0
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:
Michael Gottesman 2013-08-21 22:53:54 +00:00
parent 704d037910
commit 50d821cd72

View File

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