From: Akira Hatanaka Date: Sat, 24 Sep 2011 01:40:18 +0000 (+0000) Subject: Add .td file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8aa4b4cb6fb4c2dd91b17c115e4f0274f42b25ba;p=oota-llvm.git Add .td file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140446 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/Mips64InstrInfo.td b/lib/Target/Mips/Mips64InstrInfo.td new file mode 100644 index 00000000000..535223044e5 --- /dev/null +++ b/lib/Target/Mips/Mips64InstrInfo.td @@ -0,0 +1,12 @@ +//===- Mips64InstrInfo.td - Mips64 Instruction Information -*- tablegen -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// +// +// This file describes Mips64 instructions. +// +//===----------------------------------------------------------------------===//