For PR1486:
authorReid Spencer <rspencer@reidspencer.com>
Fri, 1 Jun 2007 22:23:29 +0000 (22:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 1 Jun 2007 22:23:29 +0000 (22:23 +0000)
commite770787be101e522425f658f76e4bb3091498f99
tree7cebfde56638ae3e2a10a96932216738a0dc3932
parente7ae1a9dee1b023dbd5f7d6d1fbdb165fbbcb26c
For PR1486:
Avoid overwriting the APInt instance with 0 bytes which causes the bitwidth
to be set to 0 (illegal) producing a subsequent assert.

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