mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
stop using arg_back
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e4d5c441e0
commit
c5e7df1d60
@ -1472,7 +1472,7 @@ void CWriter::visitCallInst(CallInst &I) {
|
||||
<< I.getParent()->getParent()->getName() << "'!\n";
|
||||
abort();
|
||||
}
|
||||
writeOperand(&I.getParent()->getParent()->arg_back());
|
||||
writeOperand(--I.getParent()->getParent()->arg_end());
|
||||
Out << ')';
|
||||
return;
|
||||
case Intrinsic::vaend:
|
||||
|
@ -1472,7 +1472,7 @@ void CWriter::visitCallInst(CallInst &I) {
|
||||
<< I.getParent()->getParent()->getName() << "'!\n";
|
||||
abort();
|
||||
}
|
||||
writeOperand(&I.getParent()->getParent()->arg_back());
|
||||
writeOperand(--I.getParent()->getParent()->arg_end());
|
||||
Out << ')';
|
||||
return;
|
||||
case Intrinsic::vaend:
|
||||
|
Loading…
Reference in New Issue
Block a user