Add more information to the EFLAGS note.
[oota-llvm.git] / lib / Target / X86 / X86ELFWriterInfo.cpp
index e7c09098c405a4356421dbec114fabe927f8e44b..4c3cc828f46efb383ced3ef272f6dc08a13e1f67 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.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -15,3 +15,4 @@
 using namespace llvm;
 
 X86ELFWriterInfo::X86ELFWriterInfo() : TargetELFWriterInfo(EM_386) {}
+X86ELFWriterInfo::~X86ELFWriterInfo() {}