diff options
author | Dan Gohman <gohman@apple.com> | 2011-10-27 22:56:32 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-10-27 22:56:32 +0000 |
commit | 4c9fca99c9a6734bb33c34aeaf40b71c4002757e (patch) | |
tree | 96ea6d2bd62f60abc91daa786209f84e58a41bc0 /llvm/lib/Target/Alpha/AlphaRelocations.h | |
parent | f211416dde4307d539c2f7ba18b36597e8f9b28a (diff) | |
download | bcm5719-llvm-4c9fca99c9a6734bb33c34aeaf40b71c4002757e.tar.gz bcm5719-llvm-4c9fca99c9a6734bb33c34aeaf40b71c4002757e.zip |
Remove the Alpha backend.
llvm-svn: 143164
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaRelocations.h')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaRelocations.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaRelocations.h b/llvm/lib/Target/Alpha/AlphaRelocations.h deleted file mode 100644 index 4c92045d469..00000000000 --- a/llvm/lib/Target/Alpha/AlphaRelocations.h +++ /dev/null @@ -1,31 +0,0 @@ -//===- AlphaRelocations.h - Alpha Code Relocations --------------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// -// This file defines the Alpha target-specific relocation types. -// -//===----------------------------------------------------------------------===// - -#ifndef ALPHARELOCATIONS_H -#define ALPHARELOCATIONS_H - -#include "llvm/CodeGen/MachineRelocation.h" - -namespace llvm { - namespace Alpha { - enum RelocationType { - reloc_literal, - reloc_gprellow, - reloc_gprelhigh, - reloc_gpdist, - reloc_bsr - }; - } -} - -#endif |