Changeset 155595 in webkit for trunk/Source/JavaScriptCore/dfg/DFGGenerationInfo.h
- Timestamp:
- Sep 11, 2013, 10:55:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGGenerationInfo.h
r155594 r155595 70 70 ASSERT(m_useCount); 71 71 } 72 void initInt eger(Node* node, uint32_t useCount, GPRReg gpr)72 void initInt32(Node* node, uint32_t useCount, GPRReg gpr) 73 73 { 74 74 m_node = node;
Note:
See TracChangeset
for help on using the changeset viewer.