diff options
| author | Dale Johannesen <dalej@apple.com> | 2007-04-28 00:36:37 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2007-04-28 00:36:37 +0000 |
| commit | 7e7280b538f60a141d7a107ec4750394327968cc (patch) | |
| tree | fdaf32632825c289f4fc65110802ac35294d7952 /llvm | |
| parent | 29c05756b5a487816b04ba0b3dfccfe93093f5c3 (diff) | |
| download | bcm5719-llvm-7e7280b538f60a141d7a107ec4750394327968cc.tar.gz bcm5719-llvm-7e7280b538f60a141d7a107ec4750394327968cc.zip | |
change per review
llvm-svn: 36519
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.td b/llvm/lib/Target/ARM/ARMInstrInfo.td index 4293d1a4be7..21f058586a0 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.td +++ b/llvm/lib/Target/ARM/ARMInstrInfo.td @@ -1125,11 +1125,11 @@ def : ARMPat<(extloadi16 addrmode3:$addr), (LDRH addrmode3:$addr)>; // truncstore i1 -> truncstore i8 def : ARMPat<(truncstorei1 GPR:$src, addrmode2:$dst), - (STRB GPR:$src, addrmode2:$dst)>; + (STRB GPR:$src, addrmode2:$dst)>; def : ARMPat<(pre_truncsti1 GPR:$src, GPR:$base, am2offset:$offset), - (STRB_PRE GPR:$src, GPR:$base, am2offset:$offset)>; + (STRB_PRE GPR:$src, GPR:$base, am2offset:$offset)>; def : ARMPat<(post_truncsti1 GPR:$src, GPR:$base, am2offset:$offset), - (STRB_POST GPR:$src, GPR:$base, am2offset:$offset)>; + (STRB_POST GPR:$src, GPR:$base, am2offset:$offset)>; // smul* and smla* def : ARMV5TEPat<(mul (sra (shl GPR:$a, 16), 16), (sra (shl GPR:$b, 16), 16)), |

