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:
661ab81
)
Fix typo in comment.
author
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 16 Oct 2003 23:45:05 +0000
(23:45 +0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Thu, 16 Oct 2003 23:45:05 +0000
(23:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9187
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86CodeEmitter.cpp
b/lib/Target/X86/X86CodeEmitter.cpp
index 9b9d06c261afa1b906f9fd1dc9970fdf6d8f8e53..aaac24848c5e66aa240b9b85e4eb22f04e588c96 100644
(file)
--- a/
lib/Target/X86/X86CodeEmitter.cpp
+++ b/
lib/Target/X86/X86CodeEmitter.cpp
@@
-176,7
+176,7
@@
namespace {
}
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to get
-/// machine code emitted. This uses a M
A
chineCodeEmitter object to handle
+/// machine code emitted. This uses a M
a
chineCodeEmitter object to handle
/// actually outputting the machine code and resolving things like the address
/// of functions. This method should returns true if machine code emission is
/// not supported.