mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
Fix an overly indented line. Remove an 'else' after an 'if' that returns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c42e640dc8
commit
7eb46d834c
@ -4388,7 +4388,6 @@ static unsigned getTruncatedArgReg(const SDValue &N) {
|
||||
const SDValue &CFR = Ext.getOperand(0);
|
||||
if (CFR.getOpcode() == ISD::CopyFromReg)
|
||||
return cast<RegisterSDNode>(CFR.getOperand(1))->getReg();
|
||||
else
|
||||
if (CFR.getOpcode() == ISD::TRUNCATE)
|
||||
return getTruncatedArgReg(CFR);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user