glsl2: Move constant_expression_value method to ir_rvalue.

This prevents top-level callers from asking for the value of something
that is guaranteed not to have one.
This commit is contained in:
Kenneth Graunke
2010-07-12 13:55:10 -07:00
committed by Ian Romanick
parent e1acbfca32
commit e340854115
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ public:
ir_constant *
ir_instruction::constant_expression_value()
ir_rvalue::constant_expression_value()
{
ir_constant_visitor visitor;