Index: src/ia32/lithium-ia32.h |
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h |
index 09cb17bd6237bc36edaaa99c3480007bf4cdf4dd..ecc44a59bd555adfa387b746a0dff4269ccf4407 100644 |
--- a/src/ia32/lithium-ia32.h |
+++ b/src/ia32/lithium-ia32.h |
@@ -2327,7 +2327,6 @@ class LChunk: public LChunkBase { |
int GetNextSpillIndex(bool is_double); |
LOperand* GetNextSpillSlot(bool is_double); |
- |
danno
2012/07/12 15:00:08
Remove this whitespace change, please.
|
int num_double_slots() const { return num_double_slots_; } |
private: |