mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20729 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9e3c5a2bde
commit
2c012590d7
@ -272,6 +272,10 @@ public:
|
|||||||
return CallArgs[i];
|
return CallArgs[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void addPtrArg(const DSNodeHandle &NH) {
|
||||||
|
CallArgs.push_back(NH);
|
||||||
|
}
|
||||||
|
|
||||||
void swap(DSCallSite &CS) {
|
void swap(DSCallSite &CS) {
|
||||||
if (this != &CS) {
|
if (this != &CS) {
|
||||||
std::swap(Site, CS.Site);
|
std::swap(Site, CS.Site);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user