Skip to content

Commit

Permalink
[CFLAA] Remove unneded function declaration. NFCI.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306754 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dcci committed Jun 29, 2017
1 parent d5b3cba commit 88a765a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Analysis/CFLSteensAliasAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ const StratifiedIndex StratifiedLink::SetSentinel =
//===----------------------------------------------------------------------===//

/// Determines whether it would be pointless to add the given Value to our sets.
static bool canSkipAddingToSets(Value *Val);

static bool canSkipAddingToSets(Value *Val) {
// Constants can share instances, which may falsely unify multiple
// sets, e.g. in
Expand Down

0 comments on commit 88a765a

Please sign in to comment.