Remove declarations for methods that do not exist.
authorMatthias Braun <matze@braunis.de>
Tue, 22 Sep 2015 01:52:44 +0000 (01:52 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 22 Sep 2015 01:52:44 +0000 (01:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248238 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveInterval.h

index 9b8b91c9b80e23ea7f00e08d168c6b5a8db1ce56..cadd219dc69d3e488a8a019699be1c66e866e4aa 100644 (file)
@@ -842,11 +842,6 @@ namespace llvm {
     LiveIntervals &LIS;
     IntEqClasses EqClass;
 
-    // Note that values a and b are connected.
-    void Connect(unsigned a, unsigned b);
-
-    unsigned Renumber();
-
   public:
     explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {}