Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: src/constants-arm.h

Issue 12427: Merge regexp2000 back into bleeding_edge (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/constants-arm.h
===================================================================
--- src/constants-arm.h (revision 830)
+++ src/constants-arm.h (working copy)
@@ -120,7 +120,7 @@
// bits.
//
// bool InstructionSetsConditionCodes(byte* ptr) {
-// Instr *instr = Instr::At(ptr);
+// Instr* instr = Instr::At(ptr);
// int type = instr->TypeField();
// return ((type == 0) || (type == 1)) && instr->HasS();
// }

Powered by Google App Engine
This is Rietveld 408576698