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:
c40f613
)
fix comment pastos
author
Chris Lattner
<sabre@nondot.org>
Fri, 7 Aug 2009 22:44:56 +0000
(22:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 7 Aug 2009 22:44:56 +0000
(22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78422
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/Target.td
patch
|
blob
|
history
diff --git
a/include/llvm/Target/Target.td
b/include/llvm/Target/Target.td
index 1532dba466f49da171bff1a6e910fbf8dbffd0e0..ea73166870a43fb3b302cb93e4beb02b774daa10 100644
(file)
--- a/
include/llvm/Target/Target.td
+++ b/
include/llvm/Target/Target.td
@@
-428,8
+428,8
@@
def COPY_TO_REGCLASS : Instruction {
// syntax on X86 for example).
//
class AsmParser {
- // Asm
WriterClassName - This specifies the suffix to use for the asmwrit
er
- // class. Generated Asm
Writ
er classes are always prefixed with the target
+ // Asm
ParserClassName - This specifies the suffix to use for the asmpars
er
+ // class. Generated Asm
Pars
er classes are always prefixed with the target
// name.
string AsmParserClassName = "AsmParser";