forked from OSchip/llvm-project
[CFLAA] Remove unneded function declaration. NFCI.
llvm-svn: 306754
This commit is contained in:
parent
3e03d3ee54
commit
f6b3d21198
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue