Remove a use of `gtGetOp` in earlyprop.
authorPat Gavlin <pagavlin@microsoft.com>
Wed, 7 Dec 2016 17:02:02 +0000 (09:02 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Wed, 7 Dec 2016 17:03:53 +0000 (09:03 -0800)
commitb36a217417794a7dd1cce412f5bc412f06046130
tree3974fe96cb7484a1534e87919cddafa1d87a5a1f
parent78fdecefa01c88de553435b6be8d635717ba7085
Remove a use of `gtGetOp` in earlyprop.

Instead, use `GenTreeIndir::Addr`, as some indirections are not simple
operators.

Fixes VSO 289704.

Commit migrated from https://github.com/dotnet/coreclr/commit/95de3a09c7adca51e1f56eb295cfb1b6e26801db
src/coreclr/src/jit/earlyprop.cpp