Skip to content

Commit 5a28041

Browse files
committed
Re-apply clang-format
1 parent 0b19dcf commit 5a28041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/DirectX/DXILOpLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,8 +769,8 @@ class OpLowerer {
769769
llvm_unreachable("Unsupported FPClassTest for DXILOpLowering");
770770
}
771771

772-
Expected<CallInst *> OpCall = OpBuilder.tryCreateOp(
773-
OpCode, Args, CI->getName(), RetTy);
772+
Expected<CallInst *> OpCall =
773+
OpBuilder.tryCreateOp(OpCode, Args, CI->getName(), RetTy);
774774
if (Error E = OpCall.takeError())
775775
return E;
776776

0 commit comments

Comments
 (0)