Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.

llvm-svn: 182390
This commit is contained in:
Jyotsna Verma 2013-05-21 15:54:32 +00:00
parent 17f5705d3c
commit 1b056e422c
1 changed files with 0 additions and 1 deletions

View File

@ -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);