| 72 | } |
| 73 | |
| 74 | bool IsEmptyDebugExpression(Instruction* instr) { |
| 75 | return (instr->GetCommonDebugOpcode() == CommonDebugInfoDebugExpression) && |
| 76 | instr->NumOperands() == kDebugExpressOperandOperationIndex; |
| 77 | } |
| 78 | |
| 79 | } // namespace |
| 80 |
no test coverage detected