| commit | b1588fc0572640c0ccf6bea1a6a31d4c858b64e8 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Fri Mar 08 15:36:57 2013 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Fri Mar 08 15:36:57 2013 +0000 |
| tree | 2fe1e1e0674b18f11dfb7d93d948fb8e0c724b63 | |
| parent | 2bc2730765bfbe444321841769d57d8fdf120cc0 [diff] |
DAGCombiner: Use correct value type for checking legality of BR_CC v3 LegalizeDAG.cpp uses the value of the comparison operands when checking the legality of BR_CC, so DAGCombiner should do the same. v2: - Expand more BR_CC value types for NVPTX v3: - Expand correct BR_CC value types for Hexagon, Mips, and XCore. llvm-svn: 176694