Remove implementation of default constructor as it is useless now.
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Mon, 23 Feb 2004 18:28:35 +0000 (18:28 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Mon, 23 Feb 2004 18:28:35 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11755 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocLinearScan.cpp

index 6144e58df8fa20c7bb14af50eb129b31487e4217..d4b258d1fc53bab3f86bc75e994d8c24fcecb226 100644 (file)
@@ -59,11 +59,6 @@ namespace {
         SpillWeights spillWeights_;
 
     public:
-        RA()
-            : prt_(NULL) {
-
-        }
-
         virtual const char* getPassName() const {
             return "Linear Scan Register Allocator";
         }