Skip to content

Commit

Permalink
Remove redundant assignment. NFCI.
Browse files Browse the repository at this point in the history
Fixes cppcheck warning.
  • Loading branch information
RKSimon committed Nov 5, 2019
1 parent 76166a1 commit 117e6dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/CodeGen/MachineOutliner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ class SuffixTree {
// Keep track of the number of suffixes we have to add of the current
// prefix.
unsigned SuffixesToAdd = 0;
Active.Node = Root;

// Construct the suffix tree iteratively on each prefix of the string.
// PfxEndIdx is the end index of the current prefix.
Expand Down

0 comments on commit 117e6dd

Please sign in to comment.