Commentary

This commit is contained in:
Wilson Snyder
2017-11-27 20:11:34 -05:00
parent 331ecdc2e7
commit 45de0599d7
11 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ private:
//
// Create ALWAYSPOST for delayed variable
// We add all logic to the same block if it's for the same memory
// This insures that multiple assignments to the same memory will result
// This ensures that multiple assignments to the same memory will result
// in correctly ordered code - the last assignment must be last.
// It also has the nice side effect of assisting cache locality.
AstNode* selectsp = varrefp;