Skip to content

Commit 968e0ed

Browse files
committed
clang format
1 parent 1571c54 commit 968e0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILLegalizePass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ static void updateFnegToFsub(Instruction &I,
409409
SmallVectorImpl<Instruction *> &ToRemove,
410410
DenseMap<Value *, Value *> &) {
411411
const Intrinsic::ID ID = I.getOpcode();
412-
if(ID != Instruction::FNeg)
412+
if (ID != Instruction::FNeg)
413413
return;
414414

415415
IRBuilder<> Builder(&I);

0 commit comments

Comments
 (0)