summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsDSPInstrInfo.td
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-12-13 00:32:01 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-12-13 00:32:01 +0000
commit0232064e6f85a7c8e3815fd7decceba5bba2af26 (patch)
tree9fc5f4b1e607e8aee6115bf92891d485174ec91a /lib/Target/Mips/MipsDSPInstrInfo.td
parent6085780a91c722839b3f9f2dca33b974a083df82 (diff)
downloadllvm-0232064e6f85a7c8e3815fd7decceba5bba2af26.tar.gz
llvm-0232064e6f85a7c8e3815fd7decceba5bba2af26.tar.bz2
llvm-0232064e6f85a7c8e3815fd7decceba5bba2af26.tar.xz
[mips] Move class IsCommutable into MipsInstrInfo.td.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170054 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsDSPInstrInfo.td')
-rw-r--r--lib/Target/Mips/MipsDSPInstrInfo.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/Mips/MipsDSPInstrInfo.td b/lib/Target/Mips/MipsDSPInstrInfo.td
index ef9402865b..e28a1389b4 100644
--- a/lib/Target/Mips/MipsDSPInstrInfo.td
+++ b/lib/Target/Mips/MipsDSPInstrInfo.td
@@ -75,10 +75,6 @@ def MipsMSUB_DSP : MipsDSPBase<"MSUB_DSP", SDT_MipsDPA>;
def MipsMSUBU_DSP : MipsDSPBase<"MSUBU_DSP", SDT_MipsDPA>;
// Flags.
-class IsCommutable {
- bit isCommutable = 1;
-}
-
class UseAC {
list<Register> Uses = [AC0];
}