Add an accessor to Function so that Passes can easily get access to the context.
authorOwen Anderson <resistor@mac.com>
Thu, 2 Jul 2009 18:03:58 +0000 (18:03 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 2 Jul 2009 18:03:58 +0000 (18:03 +0000)
commit62fabf5faba70c507c8fbe298260e9b3749fdd79
treea01aafdaf0aa1c54e48b4f3d0ef9f8469f60bdc5
parent7c07f3ae8dd3ac5d6a2ac52c96cf41178b6ab396
Add an accessor to Function so that Passes can easily get access to the context.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74714 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
lib/VMCore/Function.cpp