| Index: src/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc
|
| index 7f6c5ad16ab091a3add0adaf5f300e5b5148fec4..984d4eb0a8f007041417c31004b15af4565afd5a 100644
|
| --- a/src/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/ia32/lithium-codegen-ia32.cc
|
| @@ -693,7 +693,7 @@ void LCodeGen::RecordSafepointWithRegisters(LPointerMap* pointers,
|
|
|
|
|
| void LCodeGen::RecordPosition(int position) {
|
| - if (!FLAG_debug_info || position == RelocInfo::kNoPosition) return;
|
| + if (position == RelocInfo::kNoPosition) return;
|
| masm()->positions_recorder()->RecordPosition(position);
|
| }
|
|
|
|
|