blob: b9ce21cf70f6ab347a5549467652ce7d8e508c3a [file] [log] [blame]
Brian Gaekee785e532004-02-25 19:28:19 +00001//===- SparcV8InstrInfo.cpp - SparcV8 Instruction Information ---*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file was developed by the LLVM research group and is distributed under
6// the University of Illinois Open Source License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file contains the SparcV8 implementation of the TargetInstrInfo class.
11//
12//===----------------------------------------------------------------------===//
13
14#include "SparcV8InstrInfo.h"
15#include "llvm/CodeGen/MachineInstrBuilder.h"
16#include "SparcV8GenInstrInfo.inc"
Chris Lattner1ddf4752004-02-29 05:59:33 +000017using namespace llvm;
Brian Gaekee785e532004-02-25 19:28:19 +000018
19SparcV8InstrInfo::SparcV8InstrInfo()
Chris Lattnerdce363d2004-02-29 06:31:44 +000020 : TargetInstrInfo(SparcV8Insts, sizeof(SparcV8Insts)/sizeof(SparcV8Insts[0])){
Brian Gaekee785e532004-02-25 19:28:19 +000021}
22