File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1288,7 +1288,7 @@ class ExtractBNode : public ExtractNode {
1288
1288
public:
1289
1289
ExtractBNode (Node* src, ConINode* pos) : ExtractNode(src, pos) {}
1290
1290
virtual int Opcode () const ;
1291
- virtual const Type * bottom_type () const { return TypeInt::INT ; }
1291
+ virtual const Type* bottom_type () const { return TypeInt::BYTE ; }
1292
1292
virtual uint ideal_reg () const { return Op_RegI; }
1293
1293
};
1294
1294
@@ -1298,7 +1298,7 @@ class ExtractUBNode : public ExtractNode {
1298
1298
public:
1299
1299
ExtractUBNode (Node* src, ConINode* pos) : ExtractNode(src, pos) {}
1300
1300
virtual int Opcode () const ;
1301
- virtual const Type * bottom_type () const { return TypeInt::INT ; }
1301
+ virtual const Type* bottom_type () const { return TypeInt::UBYTE ; }
1302
1302
virtual uint ideal_reg () const { return Op_RegI; }
1303
1303
};
1304
1304
You can’t perform that action at this time.
0 commit comments