Skip to content

Commit

Permalink
Forgot to rename immLowerBoundIncl->immLowerBound and immUpperBoundEx…
Browse files Browse the repository at this point in the history
…cl->immUpperBound in compiler.h
  • Loading branch information
echesakov committed May 22, 2020
1 parent f292117 commit a8fe25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/src/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -3772,7 +3772,7 @@ class Compiler
GenTree* getArgForHWIntrinsic(var_types argType, CORINFO_CLASS_HANDLE argClass, bool expectAddr = false);
GenTree* impNonConstFallback(NamedIntrinsic intrinsic, var_types simdType, var_types baseType);
GenTree* addRangeCheckIfNeeded(
NamedIntrinsic intrinsic, GenTree* lastOp, bool mustExpand, int immLowerBoundIncl, int immUpperBoundExcl);
NamedIntrinsic intrinsic, GenTree* lastOp, bool mustExpand, int immLowerBound, int immUpperBound);

#ifdef TARGET_XARCH
GenTree* impBaseIntrinsic(NamedIntrinsic intrinsic,
Expand Down

0 comments on commit a8fe25f

Please sign in to comment.