summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrFPU.td
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-04-29 16:24:10 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-04-29 16:24:10 +0000
commitf562582d15bbc79de02ebf1ebf83e0fd58504e3f (patch)
tree2368fe475cefe554d15b69f1c54a2c254738537f /llvm/lib/Target/Mips/MipsInstrFPU.td
parentd22bea7dad0a35f70a4dc21a0094fc7457533fb6 (diff)
downloadbcm5719-llvm-f562582d15bbc79de02ebf1ebf83e0fd58504e3f.tar.gz
bcm5719-llvm-f562582d15bbc79de02ebf1ebf83e0fd58504e3f.zip
[mips] Remove redundant 'let Predicates = [HasStdEnc]' statements
Summary: The MipsPat class already initializes Predicates to [HasStdEnc]. No functional change (confirmed by diffing tablegen-erated files before and after) Differential Revision: http://reviews.llvm.org/D3546 llvm-svn: 207548
Diffstat (limited to 'llvm/lib/Target/Mips/MipsInstrFPU.td')
-rw-r--r--llvm/lib/Target/Mips/MipsInstrFPU.td6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFPU.td b/llvm/lib/Target/Mips/MipsInstrFPU.td
index 85fb16ef2c0..b01c08cf505 100644
--- a/llvm/lib/Target/Mips/MipsInstrFPU.td
+++ b/llvm/lib/Target/Mips/MipsInstrFPU.td
@@ -600,10 +600,8 @@ let Predicates = [IsFP64bit, HasStdEnc] in {
// Patterns for loads/stores with a reg+imm operand.
let AddedComplexity = 40 in {
- let Predicates = [HasStdEnc] in {
- def : LoadRegImmPat<LWC1, f32, load>;
- def : StoreRegImmPat<SWC1, f32>;
- }
+ def : LoadRegImmPat<LWC1, f32, load>;
+ def : StoreRegImmPat<SWC1, f32>;
let Predicates = [IsFP64bit, HasStdEnc] in {
def : LoadRegImmPat<LDC164, f64, load>;
OpenPOWER on IntegriCloud