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

Fix a bug in EvaluateInDifferentType. The type of operand should not be

used to determine whether a ZExt or SExt cast is performed. Instead, pass
an "isSigned" bool to the function and determine its value from the opcode
of the cast involved.
Also, clean up some cruft from previous patches.

llvm-svn: 32548
parent 62813edc
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