Title: [201527] trunk/Websites/webkit.org
Revision
201527
Author
[email protected]
Date
2016-05-31 14:47:05 -0700 (Tue, 31 May 2016)

Log Message

Unreviewed, fix an obvious typo: a missing comma.

* docs/b3/assembly-intermediate-representation.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (201526 => 201527)


--- trunk/Websites/webkit.org/ChangeLog	2016-05-31 21:44:18 UTC (rev 201526)
+++ trunk/Websites/webkit.org/ChangeLog	2016-05-31 21:47:05 UTC (rev 201527)
@@ -1,5 +1,11 @@
 2016-05-31  Filip Pizlo  <[email protected]>
 
+        Unreviewed, fix an obvious typo: a missing comma.
+
+        * docs/b3/assembly-intermediate-representation.html:
+
+2016-05-31  Filip Pizlo  <[email protected]>
+
         Air needs documentation
         https://bugs.webkit.org/show_bug.cgi?id=153668
 

Modified: trunk/Websites/webkit.org/docs/b3/assembly-intermediate-representation.html (201526 => 201527)


--- trunk/Websites/webkit.org/docs/b3/assembly-intermediate-representation.html	2016-05-31 21:44:18 UTC (rev 201526)
+++ trunk/Websites/webkit.org/docs/b3/assembly-intermediate-representation.html	2016-05-31 21:47:05 UTC (rev 201527)
@@ -322,7 +322,7 @@
     <p>It's easiest to understand the opcode definitions with an example. Let's use the two-argument
       overload of <code>Add32</code>.</p>
     
-    <pre><code>Add32 U:G:32 UZD:G:32
+    <pre><code>Add32 U:G:32, UZD:G:32
     Tmp, Tmp
     x86: Imm, Addr
     x86: Imm, Index
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to