summaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-10 07:58:01 +0000
committerChris Lattner <sabre@nondot.org>2001-09-10 07:58:01 +0000
commit70cc3397f84c2e1fd69c059a0ef89e398e847b00 (patch)
treeca2156daf75e4abf788d92925bdce4063da36e58 /include/llvm/Function.h
parent7720c8e1a7a252e983e3f3e7f841d7901dfea80c (diff)
downloadllvm-70cc3397f84c2e1fd69c059a0ef89e398e847b00.tar.gz
llvm-70cc3397f84c2e1fd69c059a0ef89e398e847b00.tar.bz2
llvm-70cc3397f84c2e1fd69c059a0ef89e398e847b00.tar.xz
Implement global variable support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Function.h')
-rw-r--r--include/llvm/Function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Function.h b/include/llvm/Function.h
index b1d38dda4f..2be84d4e4c 100644
--- a/include/llvm/Function.h
+++ b/include/llvm/Function.h
@@ -40,7 +40,7 @@ private:
Module *Parent; // The module that contains this method
- friend class ValueHolder<Method,Module, Module>;
+ friend class ValueHolder<Method, Module, Module>;
void setParent(Module *parent);
public: