1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/include
Duncan Sands 190d6bc636 Fix PR3274: when promoting the condition of a BRCOND node,
promote from i1 all the way up to the canonical SetCC type.
In order to discover an appropriate type to use, pass
MVT::Other to getSetCCResultType.  In order to be able to
do this, change getSetCCResultType to take a type as an
argument, not a value (this is also more logical).

llvm-svn: 61542
2009-01-01 15:52:00 +00:00
..
llvm Fix PR3274: when promoting the condition of a BRCOND node, 2009-01-01 15:52:00 +00:00
llvm-c Add dyn_cast_or_null bindings for some additional classes missed in r61252. 2008-12-19 18:51:17 +00:00