Skip to content
Commit f8493074 authored by Reid Spencer's avatar Reid Spencer
Browse files

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.

llvm-svn: 31338
parent f505a5a0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment