Revision: 8754
Author: [email protected]
Date: Thu Jul 28 02:34:14 2011
Log: Fix presubmit error.
[email protected]
Review URL: http://codereview.chromium.org/7523025
http://code.google.com/p/v8/source/detail?r=8754
Modified:
/branches/bleeding_edge/src/hydrogen-instructions.cc
=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.cc Thu Jul 28
02:19:57 2011
+++ /branches/bleeding_edge/src/hydrogen-instructions.cc Thu Jul 28
02:34:14 2011
@@ -861,7 +861,7 @@
Range* HValue::InferRange() {
- if (representation().IsInteger32 ()) {
+ if (representation().IsInteger32()) {
// Untagged integer32 cannot be -0.
return new Range ();
} else {
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev