OSDN Git Service

Complete the APIntification of the interpreter. All asserts for > 64 bits
authorReid Spencer <rspencer@reidspencer.com>
Sat, 3 Mar 2007 08:38:04 +0000 (08:38 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 3 Mar 2007 08:38:04 +0000 (08:38 +0000)
commite0929364e8b263f8c090e88e2bf66e2e7bf566e4
treed2ffff01f4e3368154e86e8befdd804a3b25a70a
parentf0f09a96f3610f716f8b9da78ec1b30a4c2a75ec
Complete the APIntification of the interpreter. All asserts for > 64 bits
have been removed and dealt with. The interpreter should now be able to
execute any LLVM program using any bit width.

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