diff options
author | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:51:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-03-23 22:51:58 +0000 |
commit | 4e8c4877aaf055f967dc0ec9f1776510e418d51b (patch) | |
tree | 9a01c96215f1fedaabea15c92d7fcf84732f9b37 /llvm/lib/Analysis | |
parent | 2c8c163103c28312cb87360db380a86d610768d0 (diff) | |
download | bcm5719-llvm-4e8c4877aaf055f967dc0ec9f1776510e418d51b.tar.gz bcm5719-llvm-4e8c4877aaf055f967dc0ec9f1776510e418d51b.zip |
Rename Method to Function
llvm-svn: 1957
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r-- | llvm/lib/Analysis/LiveVar/BBLiveVar.h | 1 | ||||
-rw-r--r-- | llvm/lib/Analysis/Makefile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/LiveVar/BBLiveVar.h b/llvm/lib/Analysis/LiveVar/BBLiveVar.h index 6eac8fb7c47..aaee45fd451 100644 --- a/llvm/lib/Analysis/LiveVar/BBLiveVar.h +++ b/llvm/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/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile index 69359afb8f0..bbf12387033 100644 --- a/llvm/lib/Analysis/Makefile +++ b/llvm/lib/Analysis/Makefile @@ -3,7 +3,7 @@ LEVEL = ../.. LIBRARYNAME = analysis -DIRS = LiveVar IPA +DIRS = LiveVar IPA DataStructure include $(LEVEL)/Makefile.common |