From b773203fb58f3ef282fb69c832d8710cab5bc82d Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 27 Jan 2019 16:42:12 +0000 Subject: Import LLVM 7.0.1 release including clang, lld and lldb. --- gnu/llvm/lib/CodeGen/MachineModuleInfo.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/llvm/lib/CodeGen/MachineModuleInfo.cpp') diff --git a/gnu/llvm/lib/CodeGen/MachineModuleInfo.cpp b/gnu/llvm/lib/CodeGen/MachineModuleInfo.cpp index 8f0b89657d0..639cd80768f 100644 --- a/gnu/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/gnu/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -15,7 +15,6 @@ #include "llvm/ADT/TinyPtrVector.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/Passes.h" -#include "llvm/CodeGen/TargetLoweringObjectFile.h" #include "llvm/IR/BasicBlock.h" #include "llvm/IR/DerivedTypes.h" #include "llvm/IR/Instructions.h" @@ -27,6 +26,7 @@ #include "llvm/Pass.h" #include "llvm/Support/Casting.h" #include "llvm/Support/ErrorHandling.h" +#include "llvm/Target/TargetLoweringObjectFile.h" #include "llvm/Target/TargetMachine.h" #include #include @@ -314,10 +314,10 @@ public: MMI.deleteMachineFunctionFor(F); return true; } - + StringRef getPassName() const override { return "Free MachineFunction"; - } + } }; } // end anonymous namespace -- cgit v1.2.3-59-g8ed1b