Checkin changes to:
[oota-llvm.git] / include / llvm / CodeGen / Sparc.h
1 //===-- llvm/CodeGen/Sparc.h - Sparc Target Description ----------*- C++ -*--=//
2 //
3 // This file defines the Sparc processor targets
4 //
5 //===----------------------------------------------------------------------===//
6
7 #ifndef LLVM_CODEGEN_SPARC_H
8 #define LLVM_CODEGEN_SPARC_H
9
10 class TargetMachine;
11
12 // allocateSparcTargetMachine - Allocate and return a subclass of TargetMachine
13 // that implements the Sparc backend.
14 //
15 TargetMachine *allocateSparcTargetMachine();
16
17 #endif