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:
be7849e
)
Fix typo in the comment for N3VX class.
author
Johnny Chen
<johnny.chen@apple.com>
Tue, 23 Mar 2010 21:35:03 +0000
(21:35 +0000)
committer
Johnny Chen
<johnny.chen@apple.com>
Tue, 23 Mar 2010 21:35:03 +0000
(21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99328
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrFormats.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrFormats.td
b/lib/Target/ARM/ARMInstrFormats.td
index 00c2ceea7a00df8dfb87e9c80d113f78cf7ea0a0..d27da5b44424b40bd52631d85ddd3027e5a22dcf 100644
(file)
--- a/
lib/Target/ARM/ARMInstrFormats.td
+++ b/
lib/Target/ARM/ARMInstrFormats.td
@@
-1604,7
+1604,7
@@
class N3V<bit op24, bit op23, bits<2> op21_20, bits<4> op11_8, bit op6, bit op4,
let Inst{4} = op4;
}
-// Same as N3V
X
except it doesn't have a data type suffix.
+// Same as N3V except it doesn't have a data type suffix.
class N3VX<bit op24, bit op23, bits<2> op21_20, bits<4> op11_8, bit op6,
bit op4,
dag oops, dag iops, InstrItinClass itin,