Fix GenTree definition for GT_BITCAST
authorBruce Forstall <brucefo@microsoft.com>
Fri, 17 Nov 2017 23:15:29 +0000 (15:15 -0800)
committerBruce Forstall <brucefo@microsoft.com>
Fri, 17 Nov 2017 23:24:54 +0000 (15:24 -0800)
Nothing should be defined as GenTreeUnOp; use GenTreeOp instead.

src/jit/gtlist.h

index e249a75..6c6b76e 100644 (file)
@@ -69,7 +69,7 @@ GTNODE(CAST             , GenTreeCast        ,0,GTK_UNOP|GTK_EXOP)      // conve
 #if !defined(LEGACY_BACKEND) && defined(_TARGET_ARM_)
 GTNODE(BITCAST          , GenTreeMultiRegOp  ,0,GTK_UNOP)               // reinterpretation of bits as another type
 #else
-GTNODE(BITCAST          , GenTreeUnOp        ,0,GTK_UNOP)               // reinterpretation of bits as another type
+GTNODE(BITCAST          , GenTreeOp          ,0,GTK_UNOP)               // reinterpretation of bits as another type
 #endif
 GTNODE(CKFINITE         , GenTreeOp          ,0,GTK_UNOP|GTK_NOCONTAIN) // Check for NaN
 GTNODE(LCLHEAP          , GenTreeOp          ,0,GTK_UNOP|GTK_NOCONTAIN) // alloca()