Skip to content

Commit e1511a7

Browse files
committed
Fix formatting.
1 parent 0e13ee9 commit e1511a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/SYCLLowerIR/LowerWGScope.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,12 +713,12 @@ static void shareByValParams(Function &F, const Triple &TT) {
713713
continue;
714714

715715
assert(Arg.getType()->getPointerAddressSpace() ==
716-
asUInt(spirv::AddrSpace::Private));
716+
asUInt(spirv::AddrSpace::Private));
717717

718718
// Create the shared copy - "shadow" - for current arg
719719
Type *T = Arg.getParamByValType();
720720
GlobalVariable *Shadow =
721-
spirv::createWGLocalVariable(*F.getParent(), T, "ArgShadow");
721+
spirv::createWGLocalVariable(*F.getParent(), T, "ArgShadow");
722722

723723
LLVMContext &Ctx = At.getContext();
724724
IRBuilder<> Builder(Ctx);

0 commit comments

Comments
 (0)