Skip to content

Commit 9517552

Browse files
committed
noodes to nodes
1 parent 5288742 commit 9517552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/coreclr/jit/importer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20589,7 +20589,7 @@ bool Compiler::IsTargetIntrinsic(NamedIntrinsic intrinsicName)
2058920589
{
2059020590
// AMD64/x86 has FMA3 instructions to directly compute fma. However, in
2059120591
// the scenario where it is supported we should have generated GT_HWINTRINSIC
20592-
// noodes in place of the GT_INTRINSIC node.
20592+
// nodes in place of the GT_INTRINSIC node.
2059320593

2059420594
assert(!compIsaSupportedDebugOnly(InstructionSet_FMA));
2059520595
return false;
@@ -20612,7 +20612,7 @@ bool Compiler::IsTargetIntrinsic(NamedIntrinsic intrinsicName)
2061220612
{
2061320613
// ARM64 has AdvSimd instructions to directly compute fma. However, in
2061420614
// the scenario where it is supported we should have generated GT_HWINTRINSIC
20615-
// noodes in place of the GT_INTRINSIC node.
20615+
// nodes in place of the GT_INTRINSIC node.
2061620616

2061720617
assert(!compIsaSupportedDebugOnly(InstructionSet_AdvSimd));
2061820618
return false;

0 commit comments

Comments
 (0)