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:
66286e9
)
Fix a 80 col. violation.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 11 Dec 2008 22:02:02 +0000
(22:02 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 11 Dec 2008 22:02:02 +0000
(22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60901
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMInstrVFP.td
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMInstrVFP.td
b/lib/Target/ARM/ARMInstrVFP.td
index 222d60a61c2a30e2123c43b006f607a6c510d5ba..0247dafd07df6574045f438bdfa9c1de60065c05 100644
(file)
--- a/
lib/Target/ARM/ARMInstrVFP.td
+++ b/
lib/Target/ARM/ARMInstrVFP.td
@@
-234,7
+234,8
@@
def FMRRD : AVConv3I<0b11000101, 0b1011,
// FMDHR: GPR -> SPR
// FMDLR: GPR -> SPR
-def FMDRR : AVConv5I<0b11000100, 0b1011, (outs DPR:$dst), (ins GPR:$src1, GPR:$src2),
+def FMDRR : AVConv5I<0b11000100, 0b1011,
+ (outs DPR:$dst), (ins GPR:$src1, GPR:$src2),
"fmdrr", " $dst, $src1, $src2",
[(set DPR:$dst, (arm_fmdrr GPR:$src1, GPR:$src2))]>;