1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Remove declarations for methods that do not exist.

llvm-svn: 248238
This commit is contained in:
Matthias Braun 2015-09-22 01:52:44 +00:00
parent 8f3d54e1ac
commit d8c97c7d9d

View 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) {}