summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McKinsey <chrismck@microsoft.com>2015-03-28 11:38:33 -0700
committerChris McKinsey <chrismck@microsoft.com>2015-03-28 11:38:33 -0700
commitf630092301c53fc88419900039e9fd6fc94be9d0 (patch)
tree608a83164b5b3596e45f75a1b6cc28e770d06121
parent898cdcf05ae334252b354a1f5bae9e26be1912ec (diff)
parent0711163b88aad01cf4b2ed442b7512e7e1a7ef31 (diff)
downloadcoreclr-f630092301c53fc88419900039e9fd6fc94be9d0.tar.gz
coreclr-f630092301c53fc88419900039e9fd6fc94be9d0.tar.bz2
coreclr-f630092301c53fc88419900039e9fd6fc94be9d0.zip
Merge pull request #593 from cmckinsey/replay450
Replay the fix for #450
-rw-r--r--src/jit/importer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/importer.cpp b/src/jit/importer.cpp
index 652231085f..d55710400b 100644
--- a/src/jit/importer.cpp
+++ b/src/jit/importer.cpp
@@ -8178,7 +8178,7 @@ GenTreePtr Compiler::impCastClassOrIsInstToTree(GenTreePtr op1, GenTreePtr op2,
// op1Copy CNS_INT
// null
//
- condNull = gtNewOperNode(GT_EQ, TYP_INT, gtClone(op1), gtNewIconNode(0, TYP_I_IMPL));
+ condNull = gtNewOperNode(GT_EQ, TYP_INT, gtClone(op1), gtNewIconNode(0, TYP_REF));
//
// expand the true and false trees for the condMT