aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrInfo.td
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2013-02-16 00:14:37 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2013-02-16 00:14:37 +0000
commitabbf9df7f42e8e3e95b02b16ebbc6a0684bb4f6d (patch)
treed2bf67a749bedc130cf222dd974b6795d0d0e7da /lib/Target/Mips/MipsInstrInfo.td
parentb075ed3b90fa2a520aeb15802fddf3460d865f91 (diff)
downloadexternal_llvm-abbf9df7f42e8e3e95b02b16ebbc6a0684bb4f6d.zip
external_llvm-abbf9df7f42e8e3e95b02b16ebbc6a0684bb4f6d.tar.gz
external_llvm-abbf9df7f42e8e3e95b02b16ebbc6a0684bb4f6d.tar.bz2
[mips] Remove SDNPWantParent from the list of SDNodeProperties.
No functionality change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsInstrInfo.td')
-rw-r--r--lib/Target/Mips/MipsInstrInfo.td6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/Mips/MipsInstrInfo.td b/lib/Target/Mips/MipsInstrInfo.td
index f37f935..de09c9e 100644
--- a/lib/Target/Mips/MipsInstrInfo.td
+++ b/lib/Target/Mips/MipsInstrInfo.td
@@ -334,13 +334,13 @@ def immZExt5 : ImmLeaf<i32, [{return Imm == (Imm & 0x1f);}]>;
// Mips Address Mode! SDNode frameindex could possibily be a match
// since load and store instructions from stack used it.
def addr :
- ComplexPattern<iPTR, 2, "selectIntAddr", [frameindex], [SDNPWantParent]>;
+ ComplexPattern<iPTR, 2, "selectIntAddr", [frameindex]>;
def addrRegImm :
- ComplexPattern<iPTR, 2, "selectAddrRegImm", [frameindex], [SDNPWantParent]>;
+ ComplexPattern<iPTR, 2, "selectAddrRegImm", [frameindex]>;
def addrDefault :
- ComplexPattern<iPTR, 2, "selectAddrDefault", [frameindex], [SDNPWantParent]>;
+ ComplexPattern<iPTR, 2, "selectAddrDefault", [frameindex]>;
//===----------------------------------------------------------------------===//
// Instructions specific format