Skip to content

Commit

Permalink
Change log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jan 18, 2024
1 parent 06cc4d3 commit 592c649
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ private static void processInstructionInterprocedurally(
PointerAnalysis<InstanceKey> pointerAnalysis) {
logger.info(
() ->
"Can't find potential tensor iterable definition for use: "
"Using interprocedural analysis to find potential tensor iterable definition for use: "
+ use
+ " of instruction: "
+ instruction
+ ". Trying interprocedural analysis...");
+ ".");

// Look up the use in the pointer analysis to see if it points to a dataset.
PointerKey usePointerKey =
Expand Down

0 comments on commit 592c649

Please sign in to comment.