llvm-6502/lib/ExecutionEngine
Reid Spencer 688b0490e2 For PR411:
Adjust to changes in Module interface:
getMainFunction() -> getFunction("main")
getNamedFunction(X) -> getFunction(X)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33922 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-05 21:19:13 +00:00
..
Interpreter Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
JIT For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
ExecutionEngine.cpp For PR411: 2007-02-05 21:19:13 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00