diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp index e01ff41ed19..6a6125bb6b2 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp +++ b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.cpp @@ -17,4 +17,3 @@ using namespace llvm; X86COFFMachineModuleInfo::~X86COFFMachineModuleInfo() { } - |