diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-10-25 06:57:41 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-10-25 06:57:41 +0000 |
| commit | 5a44ef9fd5f7c3964ad79b94778261175dea5c33 (patch) | |
| tree | e95741631964036587f227408038ca2360ba428d /lib/Analysis/IPA/Andersens.cpp | |
| parent | 492d06efde44a4e38a6ed321ada4af5a75494df6 (diff) | |
| download | external_llvm-5a44ef9fd5f7c3964ad79b94778261175dea5c33.zip external_llvm-5a44ef9fd5f7c3964ad79b94778261175dea5c33.tar.gz external_llvm-5a44ef9fd5f7c3964ad79b94778261175dea5c33.tar.bz2 | |
Remove includes of Support/Compiler.h that are no longer needed after the
VISIBILITY_HIDDEN removal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA/Andersens.cpp')
| -rw-r--r-- | lib/Analysis/IPA/Andersens.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/Andersens.cpp b/lib/Analysis/IPA/Andersens.cpp index b2ba4dd..6372342 100644 --- a/lib/Analysis/IPA/Andersens.cpp +++ b/lib/Analysis/IPA/Andersens.cpp @@ -59,7 +59,6 @@ #include "llvm/Instructions.h" #include "llvm/Module.h" #include "llvm/Pass.h" -#include "llvm/Support/Compiler.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/InstIterator.h" #include "llvm/Support/InstVisitor.h" |
