From: Matthias Braun Date: Tue, 22 Sep 2015 01:52:44 +0000 (+0000) Subject: Remove declarations for methods that do not exist. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=66c643ef82a81f6df0ea622f660307c5dcd5daac;p=oota-llvm.git Remove declarations for methods that do not exist. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248238 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 9b8b91c9b80..cadd219dc69 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -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) {}