Skip to content

Commit

Permalink
Applying formatting patch
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Apr 26, 2021
1 parent 9debe4a commit 954782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/gentree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6759,7 +6759,7 @@ GenTreeOp* Compiler::gtNewAssignNode(GenTree* dst, GenTree* src)
}
dst->gtFlags |= GTF_DONT_CSE;

/* Create the assignment node */
/* Create the assignment node */

#if FEATURE_SIMD
if (varTypeIsSIMD(dst->gtType))
Expand Down

0 comments on commit 954782a

Please sign in to comment.