OSDN Git Service

[mips] Tidy up cnMIPS tablegen definitions. NFC.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 24 Mar 2016 11:40:48 +0000 (11:40 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 24 Mar 2016 11:40:48 +0000 (11:40 +0000)
commit74591f1a320144c4a2f0ce9e29c6d6a8a1afd0d5
tree4742a0734211c28f7eee600385d8f6234eb1625c
parent26bfbf7c8d1dc0239ef624e782194c8605531551
[mips] Tidy up cnMIPS tablegen definitions. NFC.

Summary:
In particular, make the cnMIPS predicates much more obvious and prefer
  def ... : ... {
    let Foo = bar;
  }
over:
  let Foo = bar in
  def ... : ...;

Reviewers: vkalintiris

Subscribers: dsanders, llvm-commits

Differential Revision: http://reviews.llvm.org/D18354

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264258 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/MipsInstrInfo.td