Minor javadoc fix for AnalyzedInstruction.setPostRegisterType

This commit is contained in:
Ben Gruver 2015-10-17 13:48:54 -07:00
parent da58cc8991
commit 4c66761aea

View File

@ -244,7 +244,7 @@ public class AnalyzedInstruction implements Comparable<AnalyzedInstruction> {
* Sets the "post-instruction" register type as indicated.
* @param registerNumber Which register to set
* @param registerType The "post-instruction" register type
* @returns true if the given register type is different than the existing post-instruction register type
* @return true if the given register type is different than the existing post-instruction register type
*/
protected boolean setPostRegisterType(int registerNumber, RegisterType registerType) {
assert registerNumber >= 0 && registerNumber < postRegisterMap.length;