Fix a bug in the interpreter where divides of unmatched signed operands
authorReid Spencer <rspencer@reidspencer.com>
Wed, 1 Nov 2006 03:41:05 +0000 (03:41 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 1 Nov 2006 03:41:05 +0000 (03:41 +0000)
commitfe85526713ec54e5ab130d6bc1626458bd22115e
tree849b477b11ee6b46c8df2acfd8562399d54ecd92
parent1d08d83230338ca5969ff6ae6737a978336538bf
Fix a bug in the interpreter where divides of unmatched signed operands
would fail. E.g. udiv sint X, Y  or sdiv uint X, Y would fail to find a
type match in the switch statement and fail the operation.

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