From d8c97c7d9d1af43ffedf55838c4f28c1898be365 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 22 Sep 2015 01:52:44 +0000 Subject: [PATCH] Remove declarations for methods that do not exist. llvm-svn: 248238 --- include/llvm/CodeGen/LiveInterval.h | 5 ----- 1 file changed, 5 deletions(-) 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) {}