Skip to content

Commit 317f1d9

Browse files
committed
clang-format
1 parent ff8835e commit 317f1d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/HLSL/HLOperationLower.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ Value *TrivialUnaryOperationRet(CallInst *CI, IntrinsicOp IOP,
539539
return TrivialDxilOperation(OpCode, Args, Ty, RetTy, OP, Builder);
540540
}
541541

542-
Value *TrivialDxilUnaryOperation(OP::OpCode OpCode, Value *Src,
543-
hlsl::OP *Op, IRBuilder<> &Builder,
542+
Value *TrivialDxilUnaryOperation(OP::OpCode OpCode, Value *Src, hlsl::OP *Op,
543+
IRBuilder<> &Builder,
544544
bool SupportsVectors = false) {
545545
Type *Ty = src->getType();
546546

0 commit comments

Comments
 (0)