Revision: 16715
Author: [email protected]
Date: Fri Sep 13 12:02:50 2013 UTC
Log: Add missing factory method for HDebugBreak.
[email protected]
Review URL: https://codereview.chromium.org/23619052
http://code.google.com/p/v8/source/detail?r=16715
Modified:
/branches/bleeding_edge/src/hydrogen-instructions.h
=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Wed Sep 11 13:00:27
2013 UTC
+++ /branches/bleeding_edge/src/hydrogen-instructions.h Fri Sep 13 12:02:50
2013 UTC
@@ -1303,6 +1303,8 @@
// Inserts an int3/stop break instruction for debugging purposes.
class HDebugBreak V8_FINAL : public HTemplateInstruction<0> {
public:
+ DECLARE_INSTRUCTION_FACTORY_P0(HDebugBreak);
+
virtual Representation RequiredInputRepresentation(int index)
V8_OVERRIDE {
return Representation::None();
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.