Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory...
[oota-llvm.git] / lib / Target / X86 / X86ELFWriterInfo.h
index b10ef4115ba3070c30bdc9c70b0c8a4ae0feb40b..06e051a34ac9aee8a3413ed7975e41ca84ac9d5e 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Bill Wendling and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -21,7 +21,7 @@ namespace llvm {
   class X86ELFWriterInfo : public TargetELFWriterInfo {
   public:
     X86ELFWriterInfo();
-    virtual ~X86ELFWriterInfo() {}
+    virtual ~X86ELFWriterInfo();
   };
 
 } // end llvm namespace