diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCBranchSelector.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCBranchSelector.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp index 36f68058f8f..b3d100cf5e5 100644 --- a/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp +++ b/llvm/lib/Target/PowerPC/PPCBranchSelector.cpp @@ -19,11 +19,12 @@ #include "PPCInstrBuilder.h" #include "PPCInstrInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" +#include "llvm/Support/Visibility.h" #include <map> using namespace llvm; namespace { - struct PPCBSel : public MachineFunctionPass { + struct VISIBILITY_HIDDEN PPCBSel : public MachineFunctionPass { // OffsetMap - Mapping between BB and byte offset from start of function std::map<MachineBasicBlock*, unsigned> OffsetMap; |