mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 00:17:32 +00:00
Forgot a file, goes with 47342.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47343 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0d51e7ec0d
commit
ab0789c616
@ -216,13 +216,13 @@ struct ValID {
|
||||
|
||||
struct TypeWithAttrs {
|
||||
llvm::PATypeHolder *Ty;
|
||||
uint16_t Attrs;
|
||||
ParameterAttributes Attrs;
|
||||
};
|
||||
|
||||
typedef std::vector<TypeWithAttrs> TypeWithAttrsList;
|
||||
|
||||
struct ArgListEntry {
|
||||
uint16_t Attrs;
|
||||
ParameterAttributes Attrs;
|
||||
llvm::PATypeHolder *Ty;
|
||||
std::string *Name;
|
||||
};
|
||||
@ -231,7 +231,7 @@ typedef std::vector<struct ArgListEntry> ArgListType;
|
||||
|
||||
struct ParamListEntry {
|
||||
Value *Val;
|
||||
uint16_t Attrs;
|
||||
ParameterAttributes Attrs;
|
||||
};
|
||||
|
||||
typedef std::vector<ParamListEntry> ParamList;
|
||||
|
Loading…
Reference in New Issue
Block a user