src/share/vm/opto/superword.cpp

changeset 1040
98cb887364d3
parent 993
3b5ac9e7e6ea
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/opto/superword.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/superword.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -470,7 +470,7 @@
     1.4  }
     1.5  
     1.6  //------------------------------stmts_can_pack---------------------------
     1.7 -// Can s1 and s2 be in a pack with s1 immediately preceeding s2 and
     1.8 +// Can s1 and s2 be in a pack with s1 immediately preceding s2 and
     1.9  // s1 aligned at "align"
    1.10  bool SuperWord::stmts_can_pack(Node* s1, Node* s2, int align) {
    1.11    if (isomorphic(s1, s2)) {
    1.12 @@ -869,7 +869,7 @@
    1.13    for (uint i = start; i < end; i++) {
    1.14      if (!is_vector_use(p0, i)) {
    1.15        // For now, return false if not scalar promotion case (inputs are the same.)
    1.16 -      // Later, implement PackNode and allow differring, non-vector inputs
    1.17 +      // Later, implement PackNode and allow differing, non-vector inputs
    1.18        // (maybe just the ones from outside the block.)
    1.19        Node* p0_def = p0->in(i);
    1.20        for (uint j = 1; j < p->size(); j++) {

mercurial