Radically simplify execution. This patch gets rid of all the special
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:09:31 +0000 (03:09 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Mar 2007 03:09:31 +0000 (03:09 +0000)
commitf9536330d6271b242572eb1b8011b051b09e128c
tree9de20077b64c1de0904a6028b2c8523002f3d611
parentbfcd5992d8ae20812e61fe3b017b79254236a8ba
Radically simplify execution. This patch gets rid of all the special
handling for integer of various sizes. GenericValue now has just a single
integer field of type APInt. We use its facilities directly in the
execution of all instructions.

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