| commit | 8feb694e8f6757e8a7ef99664152ab1fc33fa4f5 | [log] [tgz] |
|---|---|---|
| author | Duncan Sands <baldrick@free.fr> | Thu Jan 01 15:52:00 2009 +0000 |
| committer | Duncan Sands <baldrick@free.fr> | Thu Jan 01 15:52:00 2009 +0000 |
| tree | 0990a42a47f947a29ec9988f3bf2b0d28cbe2cf3 | |
| parent | bcf15388abaed2a55ae772fd2ee5872662d13a8e [diff] |
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