summaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-05 22:41:43 +0000
committerOwen Anderson <resistor@mac.com>2009-07-05 22:41:43 +0000
commit0a205a459884ec745df1c529396dd921f029dafd (patch)
tree905109491ef6c2ea3d99d01fc48af9c2c633e645 /include/llvm/Function.h
parentdb882950f3bcf7f710843610e917988daeafffc2 (diff)
downloadllvm-0a205a459884ec745df1c529396dd921f029dafd.tar.gz
llvm-0a205a459884ec745df1c529396dd921f029dafd.tar.bz2
llvm-0a205a459884ec745df1c529396dd921f029dafd.tar.xz
More LLVMContext-ification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74807 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 34ced973dd..db728bff31 100644
--- a/include/llvm/Function.h
+++ b/include/llvm/Function.h
@@ -129,7 +129,7 @@ public:
/// getContext - Return a pointer to the LLVMContext associated with this
/// function, or NULL if this function is not bound to a context yet.
- LLVMContext* getContext();
+ LLVMContext* getContext() const;
/// isVarArg - Return true if this function takes a variable number of
/// arguments.