| Index: runtime/vm/constant_propagator.cc
|
| diff --git a/runtime/vm/constant_propagator.cc b/runtime/vm/constant_propagator.cc
|
| index b8e7c2a014b43ec2cbdcafdc657cb151f82b5579..0b8d6178cf92f0cc389ed3ec59f68cdc7cf66c78 100644
|
| --- a/runtime/vm/constant_propagator.cc
|
| +++ b/runtime/vm/constant_propagator.cc
|
| @@ -533,6 +533,7 @@ void ConstantPropagator::VisitTestSmi(TestSmiInstr* instr) {
|
|
|
|
|
| void ConstantPropagator::VisitTestCids(TestCidsInstr* instr) {
|
| + // TODO(sra): Constant fold test.
|
| SetValue(instr, non_constant_);
|
| }
|
|
|
|
|