summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZ.td
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:20:24 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 14:20:24 +0000
commit7aa03ac8271689e6ceae3afd6d63463bd6a70088 (patch)
tree50e2f8ab9d0ad2fa9c2b851c832fa45e69d743dd /lib/Target/SystemZ/SystemZ.td
parent23eff5c75a3d1ab9d2901a1cd39e0b1302957007 (diff)
downloadllvm-7aa03ac8271689e6ceae3afd6d63463bd6a70088.tar.gz
llvm-7aa03ac8271689e6ceae3afd6d63463bd6a70088.tar.bz2
llvm-7aa03ac8271689e6ceae3afd6d63463bd6a70088.tar.xz
Add bunch of FP instructions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZ.td')
-rw-r--r--lib/Target/SystemZ/SystemZ.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SystemZ/SystemZ.td b/lib/Target/SystemZ/SystemZ.td
index 7b0a9bd470..4c08c08722 100644
--- a/lib/Target/SystemZ/SystemZ.td
+++ b/lib/Target/SystemZ/SystemZ.td
@@ -47,6 +47,7 @@ include "SystemZCallingConv.td"
//===----------------------------------------------------------------------===//
include "SystemZInstrInfo.td"
+include "SystemZInstrFP.td"
def SystemZInstrInfo : InstrInfo {}