Index: src/compiler/instruction.h |
diff --git a/src/compiler/instruction.h b/src/compiler/instruction.h |
index 21750e725740d4f7f7d5ce491ab4db591d31257d..3dda702d6959c92379bca0559a4464b27afac54e 100644 |
--- a/src/compiler/instruction.h |
+++ b/src/compiler/instruction.h |
@@ -520,7 +520,7 @@ class Instruction : public ZoneObject { |
void set_pointer_map(PointerMap* map) { |
DCHECK(NeedsPointerMap()); |
- DCHECK(!pointer_map_); |
+ DCHECK_EQ(NULL, pointer_map_); |
pointer_map_ = map; |
} |