projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31ab1b3
)
Fix the spelling of the word `the'
author
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 2 Mar 2005 23:17:31 +0000
(23:17 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 2 Mar 2005 23:17:31 +0000
(23:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20412
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/AsmWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/AsmWriter.cpp
b/lib/VMCore/AsmWriter.cpp
index 692f8aa38d6c2a8ec5e1689f7eb6d7bf4560f493..ea7a92ef36c3e8f3f99f02cb5fea04a3611819b5 100644
(file)
--- a/
lib/VMCore/AsmWriter.cpp
+++ b/
lib/VMCore/AsmWriter.cpp
@@
-766,7
+766,7
@@
void AssemblyWriter::writeOperand(const Value *Operand, bool PrintType,
void AssemblyWriter::printModule(const Module *M) {
if (!M->getModuleIdentifier().empty() &&
- // Don't print
ht
e ID if it will start a new line (which would
+ // Don't print
th
e ID if it will start a new line (which would
// require a comment char before it).
M->getModuleIdentifier().find('\n') == std::string::npos)
Out << "; ModuleID = '" << M->getModuleIdentifier() << "'\n";