mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
Forgot the namespace identifier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171924 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff887165bc
commit
8456efb38e
@ -509,8 +509,8 @@ void AttributeImpl::setStackAlignment(unsigned Align) {
|
||||
Vals.push_back(ConstantInt::get(Type::getInt64Ty(Context), Align));
|
||||
}
|
||||
|
||||
void Profile(FoldingSetNodeID &ID, Constant *Data,
|
||||
ArrayRef<Constant*> Vals) {
|
||||
void AttributeImpl::Profile(FoldingSetNodeID &ID, Constant *Data,
|
||||
ArrayRef<Constant*> Vals) {
|
||||
ID.AddInteger(cast<ConstantInt>(Data)->getZExtValue());
|
||||
for (ArrayRef<Constant*>::iterator I = Vals.begin(), E = Vals.end();
|
||||
I != E; ++I)
|
||||
|
Loading…
x
Reference in New Issue
Block a user