JIT::runFunction(): add a fast path for functions with a single argument that is...
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 2 Aug 2012 12:09:32 +0000 (12:09 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 2 Aug 2012 12:09:32 +0000 (12:09 +0000)
commit847a32b78fefb3097b662bcd1156c202d4569d96
treeedfe9acf1037a5db3c69536a2bb2fbee68dec570
parent31ce7bf6beeafaee40a4db2d2eac695976c79fc9
JIT::runFunction(): add a fast path for functions with a single argument that is a pointer.

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