summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 20:44:18 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 20:44:18 +0000
commit5f9a61a598228ac8698188d46a70695a528fc2d6 (patch)
treea4c3fe1cdcb172a30d75bef4da9e90b75c9a00c1 /include
parentb85c7f4b9187c070d3564ee4ed4d451e7f884eba (diff)
downloadllvm-5f9a61a598228ac8698188d46a70695a528fc2d6.tar.gz
llvm-5f9a61a598228ac8698188d46a70695a528fc2d6.tar.bz2
llvm-5f9a61a598228ac8698188d46a70695a528fc2d6.tar.xz
Move to TargetMachineImpls.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/Sparc.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/llvm/Target/Sparc.h b/include/llvm/Target/Sparc.h
deleted file mode 100644
index 83bebbddaf..0000000000
--- a/include/llvm/Target/Sparc.h
+++ /dev/null
@@ -1,17 +0,0 @@
-//===-- llvm/CodeGen/Sparc.h - Sparc Target Description ----------*- C++ -*--=//
-//
-// This file defines the Sparc processor targets
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_CODEGEN_SPARC_H
-#define LLVM_CODEGEN_SPARC_H
-
-class TargetMachine;
-
-// allocateSparcTargetMachine - Allocate and return a subclass of TargetMachine
-// that implements the Sparc backend.
-//
-TargetMachine *allocateSparcTargetMachine();
-
-#endif