mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Move RegsForValue to an anonymous namespace, since it is only used
in this file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
66336edf82
commit
f9bd450a10
@ -68,7 +68,7 @@ LimitFPPrecision("limit-float-precision",
|
||||
cl::location(LimitFloatPrecision),
|
||||
cl::init(0));
|
||||
|
||||
namespace llvm {
|
||||
namespace {
|
||||
/// RegsForValue - This struct represents the registers (physical or virtual)
|
||||
/// that a particular set of values is assigned, and the type information about
|
||||
/// the value. The most common situation is to represent one value at a time,
|
||||
@ -78,7 +78,7 @@ namespace llvm {
|
||||
/// have legal types, so each value may require one or more registers of some
|
||||
/// legal type.
|
||||
///
|
||||
struct VISIBILITY_HIDDEN RegsForValue {
|
||||
struct RegsForValue {
|
||||
/// TLI - The TargetLowering object.
|
||||
///
|
||||
const TargetLowering *TLI;
|
||||
|
Loading…
x
Reference in New Issue
Block a user