Skip to content

Commit 61161b8

Browse files
committed
fix formatting
1 parent 891ba84 commit 61161b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,8 @@ SDValue SITargetLowering::LowerFormalArguments(
29372937

29382938
for (unsigned i = 0, e = Ins.size(), ArgIdx = 0; i != e; ++i) {
29392939
const ISD::InputArg &Arg = Ins[i];
2940-
if ((Arg.isOrigArg() && Skipped[Arg.getOrigArgIndex()]) || IsUnsupportedHsa) {
2940+
if ((Arg.isOrigArg() && Skipped[Arg.getOrigArgIndex()]) ||
2941+
IsUnsupportedHsa) {
29412942
InVals.push_back(DAG.getUNDEF(Arg.VT));
29422943
continue;
29432944
}

0 commit comments

Comments
 (0)