Skip to content

Commit

Permalink
Fix JavaDoc warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-brangs committed Jan 16, 2016
1 parent 186b636 commit ac1cb12
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rvm/src/org/jikesrvm/compilers/opt/lir2mir/package-info.java
Expand Up @@ -17,10 +17,11 @@
* <p>
* After the transition to machine-specific IR, almost all remaining
* operators can be directly mapped to machine instructions. The actual
* transition is done by {@link ConvertLIRtoMIR} which calls all the other
* classes. Some of these classes are necessarily architecture-specific
* which is why they can be found in the architecture-specific lir2mir
* packages.
* transition is done by
* {@link org.jikesrvm.compilers.opt.lir2mir.ConvertLIRtoMIR ConvertLIRtoMIR}
* which calls all the other classes. Some of these classes are
* necessarily architecture-specific which is why they can be found in
* the architecture-specific lir2mir packages.
* <p>
* A large part of the work of mapping of LIR instruction sequences to
* MIR instruction sequences is done by the BURS classes.
Expand Down

0 comments on commit ac1cb12

Please sign in to comment.