src/share/vm/opto/superword.hpp

changeset 7819
95dbbc0431d9
parent 6198
55fb97c4c58d
child 7859
c1c199dde5c9
     1.1 --- a/src/share/vm/opto/superword.hpp	Mon May 11 07:44:46 2015 +0200
     1.2 +++ b/src/share/vm/opto/superword.hpp	Fri May 08 12:19:17 2015 +0200
     1.3 @@ -41,7 +41,7 @@
     1.4  // Exploiting SuperWord Level Parallelism with
     1.5  //   Multimedia Instruction Sets
     1.6  // by
     1.7 -//   Samuel Larsen and Saman Amarasighe
     1.8 +//   Samuel Larsen and Saman Amarasinghe
     1.9  //   MIT Laboratory for Computer Science
    1.10  // date
    1.11  //   May 2000
    1.12 @@ -432,7 +432,7 @@
    1.13  
    1.14    Node* _base;         // NULL if unsafe nonheap reference
    1.15    Node* _adr;          // address pointer
    1.16 -  jint  _scale;        // multipler for iv (in bytes), 0 if no loop iv
    1.17 +  jint  _scale;        // multiplier for iv (in bytes), 0 if no loop iv
    1.18    jint  _offset;       // constant offset (in bytes)
    1.19    Node* _invar;        // invariant offset (in bytes), NULL if none
    1.20    bool  _negate_invar; // if true then use: (0 - _invar)

mercurial