Deconstify parameter to getPointerToFunction().
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 13 Aug 2003 18:16:34 +0000 (18:16 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 13 Aug 2003 18:16:34 +0000 (18:16 +0000)
commit71d84781176dab7d2f4e78e78ac91286198487d5
treefb427c774a3d8ef8f330acd6a38088729a5ad334
parent37df460874e8d9d28e6833e5fb66a9aa8e1ef50a
Deconstify parameter to getPointerToFunction().
Run passes on single function (hey, just-in-time compilation!)
 instead of the entire module that contains it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/VM.cpp