Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming committed Aug 22, 2018
1 parent fc6699e commit 0078228
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ public static Collection<TypeAbstraction> getPossibleTypesInterprocedurally(Coll
// type is java.lang.Object.
// Find the return type of the instruction.
TypeInference inference = TypeInference.make(node.getIR(), false);
seenValues.clear();
Collection<TypeAbstraction> returnTypes = Util.getPossibleTypes(valueNumber, inference);

// for each return type.
Expand Down

0 comments on commit 0078228

Please sign in to comment.