b9ce21cf70f6ab347a5549467652ce7d8e508c3a
[oota-llvm.git] / lib / Target / Sparc / SparcInstrInfo.cpp
1 //===- 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"
17 using namespace llvm;
18
19 SparcV8InstrInfo::SparcV8InstrInfo()
20   : TargetInstrInfo(SparcV8Insts, sizeof(SparcV8Insts)/sizeof(SparcV8Insts[0])){
21 }
22