[llvm] r248238 - Remove declarations for methods that do not exist.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 21 18:52:44 PDT 2015
Author: matze
Date: Mon Sep 21 20:52:44 2015
New Revision: 248238
URL: http://llvm.org/viewvc/llvm-project?rev=248238&view=rev
Log:
Remove declarations for methods that do not exist.
Modified:
llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveInterval.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveInterval.h?rev=248238&r1=248237&r2=248238&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveInterval.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveInterval.h Mon Sep 21 20:52:44 2015
@@ -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) {}
More information about the llvm-commits
mailing list