Index: src/hydrogen-instructions.cc |
=================================================================== |
--- src/hydrogen-instructions.cc (revision 8753) |
+++ src/hydrogen-instructions.cc (working copy) |
@@ -861,7 +861,7 @@ |
Range* HValue::InferRange() { |
- if (representation().IsInteger32 ()) { |
+ if (representation().IsInteger32()) { |
// Untagged integer32 cannot be -0. |
return new Range (); |
} else { |