mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-05 03:46:27 +00:00
Address Pete's review comment and define OrigArg on its own line.
This is a follow-up to r281419. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281421 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90a2aecbed
commit
3cb3e3cdbc
@ -601,7 +601,8 @@ bool ObjCARCContract::runOnFunction(Function &F) {
|
||||
};
|
||||
|
||||
|
||||
Value *Arg = cast<CallInst>(Inst)->getArgOperand(0), *OrigArg = Arg;
|
||||
Value *Arg = cast<CallInst>(Inst)->getArgOperand(0);
|
||||
Value *OrigArg = Arg;
|
||||
|
||||
// TODO: Change this to a do-while.
|
||||
for (;;) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user