llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / lib / Target / X86 / X86COFFMachineModuleInfo.cpp
index 411e4be05d2eff1dc24d1c2146c78c7f40107801..6a6125bb6b2c3225b94a6c457f3128191c1dc02d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- X86COFFMachineModuleInfo.cpp --------------------------------------===//
+//===-- X86COFFMachineModuleInfo.cpp - X86 COFF MMI Impl ------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -17,4 +17,3 @@ using namespace llvm;
 
 X86COFFMachineModuleInfo::~X86COFFMachineModuleInfo() {
 }
-