mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 08:29:43 +00:00
Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2b7f5fa51
commit
b4b14070a4
@ -1360,7 +1360,6 @@ HexagonTargetLowering::HexagonTargetLowering(HexagonTargetMachine
|
||||
// Increase jump tables cutover to 5, was 4.
|
||||
setMinimumJumpTableEntries(5);
|
||||
|
||||
setOperationAction(ISD::BR_CC, MVT::Other, Expand);
|
||||
setOperationAction(ISD::BR_CC, MVT::f32, Expand);
|
||||
setOperationAction(ISD::BR_CC, MVT::f64, Expand);
|
||||
setOperationAction(ISD::BR_CC, MVT::i1, Expand);
|
||||
|
Loading…
Reference in New Issue
Block a user