Delete the CollectorNamePool if it should become empty.
[oota-llvm.git] / lib / Target / CellSPU / SPURegisterNames.h
1 //==-- SPURegisterNames.h - Wrapper header for SPU register names -*- C++ -*-=//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file was developed by a team from the Computer Systems Research
6 // Department at The Aerospace Corporation and is distributed under the
7 // University of Illinois Open Source License. See LICENSE.TXT for details.
8 //
9 //===----------------------------------------------------------------------===//
10
11 #if !defined(SPU_REGISTER_NAMES_H)
12
13 // Define symbolic names for Cell registers.  This defines a mapping from
14 // register name to register number.
15 //
16 #include "SPUGenRegisterNames.inc"
17
18 #define SPU_REGISTER_NAMES_H 1
19 #endif