diff options
Diffstat (limited to 'include/llvm/CodeGen/Sparc.h')
-rw-r--r-- | include/llvm/CodeGen/Sparc.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/llvm/CodeGen/Sparc.h b/include/llvm/CodeGen/Sparc.h deleted file mode 100644 index 83bebbddaf..0000000000 --- a/include/llvm/CodeGen/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 |