summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-01-10 03:48:34 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-01-10 03:48:34 +0000
commitcfc60f34844db49963e6a58f09eb0dabbd95a5ff (patch)
treea8b5257a6391d08f770c312a16e9411d14f80e86 /llvm/lib/Analysis
parent5995c57574e227bdeebebb38d8576c3ab7a2c95b (diff)
downloadbcm5719-llvm-cfc60f34844db49963e6a58f09eb0dabbd95a5ff.tar.gz
bcm5719-llvm-cfc60f34844db49963e6a58f09eb0dabbd95a5ff.zip
Remove unused inclusion of SymbolTable.h
llvm-svn: 25170
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/IPA/FindUsedTypes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/FindUsedTypes.cpp b/llvm/lib/Analysis/IPA/FindUsedTypes.cpp
index a71efb09a46..09e14a87d40 100644
--- a/llvm/lib/Analysis/IPA/FindUsedTypes.cpp
+++ b/llvm/lib/Analysis/IPA/FindUsedTypes.cpp
@@ -17,7 +17,6 @@
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Module.h"
-#include "llvm/SymbolTable.h"
#include "llvm/Assembly/CachedWriter.h"
#include "llvm/Support/InstIterator.h"
using namespace llvm;
OpenPOWER on IntegriCloud