Chromium Code Reviews| Index: src/assembler.cpp |
| diff --git a/src/assembler.cpp b/src/assembler.cpp |
| index 8a21a5162c46291e0d0b262719fb0246ea292be0..6bda4ee6d6ec25538554e33fc6648d7168bcf07e 100644 |
| --- a/src/assembler.cpp |
| +++ b/src/assembler.cpp |
| @@ -5,6 +5,9 @@ |
| // |
| // Modified by the Subzero authors. |
| // |
| +// This is forked from Dart revision 39313. |
|
Jim Stichnoth
2015/02/03 21:44:50
Would it be too hand-holdy to reference something
jvoung (off chromium)
2015/02/03 23:09:09
Done. I was a little afraid of the link going stal
|
| +// Please update the revision if we merge back changes from Dart. |
| +// |
| //===----------------------------------------------------------------------===// |
| // |
| // The Subzero Code Generator |