From 8aa4b4cb6fb4c2dd91b17c115e4f0274f42b25ba Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Sat, 24 Sep 2011 01:40:18 +0000 Subject: [PATCH] Add .td file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140446 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/Mips64InstrInfo.td | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/Target/Mips/Mips64InstrInfo.td 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. +// +//===----------------------------------------------------------------------===// -- 2.34.1