mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 00:14:20 +00:00
Put RegsForValue in the llvm namespace to avoid warnings about
classes in the llvm namespace having members with types from anonymous namespaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55747 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3df24e667f
commit
2a7c671e2e
@ -121,7 +121,7 @@ static void ComputeValueVTs(const TargetLowering &TLI, const Type *Ty,
|
||||
Offsets->push_back(StartingOffset);
|
||||
}
|
||||
|
||||
namespace {
|
||||
namespace llvm {
|
||||
/// 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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user