diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-27 12:54:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-27 12:54:02 +0000 |
commit | a4f0b3a084d120cfc5b5bb06f64b222f5cb72740 (patch) | |
tree | a5d892ccf293725257cd4211c46a0527ec8898f1 /lib/Target/PowerPC/PPCBranchSelector.cpp | |
parent | c9d94d12900bd0d2bd482ef31f8f1deb3ffafa23 (diff) |
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29911 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCBranchSelector.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCBranchSelector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCBranchSelector.cpp b/lib/Target/PowerPC/PPCBranchSelector.cpp index 08c39311fe..5804c1adfc 100644 --- a/lib/Target/PowerPC/PPCBranchSelector.cpp +++ b/lib/Target/PowerPC/PPCBranchSelector.cpp @@ -19,7 +19,7 @@ #include "PPCInstrBuilder.h" #include "PPCInstrInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" -#include "llvm/Support/Visibility.h" +#include "llvm/Support/Compiler.h" #include <map> using namespace llvm; |