aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-03-23 22:51:58 +0000
committerChris Lattner <sabre@nondot.org>2002-03-23 22:51:58 +0000
commite7506a366e8bd56c97d10beb68e4db953aebaeca (patch)
tree2ed9896ec8647934d3c26cb740dc4ed16d9ae57b /lib/Analysis
parentbcd8e0313853473f72a138e51072f9bd545fadd2 (diff)
downloadexternal_llvm-e7506a366e8bd56c97d10beb68e4db953aebaeca.zip
external_llvm-e7506a366e8bd56c97d10beb68e4db953aebaeca.tar.gz
external_llvm-e7506a366e8bd56c97d10beb68e4db953aebaeca.tar.bz2
Rename Method to Function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/LiveVar/BBLiveVar.h1
-rw-r--r--lib/Analysis/Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/Analysis/LiveVar/BBLiveVar.h b/lib/Analysis/LiveVar/BBLiveVar.h
index 6eac8fb..aaee45f 100644
--- a/lib/Analysis/LiveVar/BBLiveVar.h
+++ b/lib/Analysis/LiveVar/BBLiveVar.h
@@ -11,7 +11,6 @@
#include "llvm/Analysis/LiveVar/ValueSet.h"
#include "llvm/Annotation.h"
#include <map>
-class Method;
class BasicBlock;
class Value;
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index 69359af..bbf1238 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -3,7 +3,7 @@ LEVEL = ../..
LIBRARYNAME = analysis
-DIRS = LiveVar IPA
+DIRS = LiveVar IPA DataStructure
include $(LEVEL)/Makefile.common