summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-12-19 13:52:01 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-12-19 13:52:01 +0000
commit8ac077df57ee31e89e727c0f218492e1ae0cc730 (patch)
treeb41f7f5fda6664da603af6d55c85bb60a13428a0 /llvm/lib
parentbdef02be691864c5b2308d1ca1a836fe1612a949 (diff)
downloadbcm5719-llvm-8ac077df57ee31e89e727c0f218492e1ae0cc730.tar.gz
bcm5719-llvm-8ac077df57ee31e89e727c0f218492e1ae0cc730.zip
Emit direction operand in binary insns that stores in memory.
llvm-svn: 91777
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PIC16/PIC16InstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16InstrInfo.td b/llvm/lib/Target/PIC16/PIC16InstrInfo.td
index 5eec6c4e66b..bf4baf39402 100644
--- a/llvm/lib/Target/PIC16/PIC16InstrInfo.td
+++ b/llvm/lib/Target/PIC16/PIC16InstrInfo.td
@@ -151,7 +151,7 @@ let mayStore = 1 in
class BinOpWF<bits<6> OpCode, string OpcStr, SDNode OpNode>:
ByteFormat<OpCode, (outs),
(ins GPR:$src, i8imm:$offset, i8mem:$ptrlo, i8imm:$ptrhi),
- !strconcat(OpcStr, " $ptrlo + $offset"),
+ !strconcat(OpcStr, " $ptrlo + $offset, F"),
[(PIC16Store (OpNode GPR:$src, (PIC16Load diraddr:$ptrlo,
(i8 imm:$ptrhi),
(i8 imm:$offset))),
OpenPOWER on IntegriCloud