[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h

Nate Begeman natebegeman at mac.com
Tue Oct 26 22:44:43 PDT 2004



Changes in directory llvm/include/llvm/Target:

MRegisterInfo.h updated: 1.53 -> 1.54
---
Log message:

Fix the build by eliminating some more dead code.  That'll learn me not to listen to Reid

---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Target/MRegisterInfo.h
diff -u llvm/include/llvm/Target/MRegisterInfo.h:1.53 llvm/include/llvm/Target/MRegisterInfo.h:1.54
--- llvm/include/llvm/Target/MRegisterInfo.h:1.53	Tue Oct 26 23:51:58 2004
+++ llvm/include/llvm/Target/MRegisterInfo.h	Wed Oct 27 00:44:23 2004
@@ -124,7 +124,7 @@
   MRegisterInfo(const MRegisterDesc *D, unsigned NR,
                 regclass_iterator RegClassBegin, regclass_iterator RegClassEnd,
 		int CallFrameSetupOpcode = -1, int CallFrameDestroyOpcode = -1);
-  virtual ~MRegisterInfo();
+  virtual ~MRegisterInfo() {}
 public:
 
   enum {                        // Define some target independent constants






More information about the llvm-commits mailing list