Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.
authorJyotsna Verma <jverma@codeaurora.org>
Tue, 21 May 2013 15:54:32 +0000 (15:54 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Tue, 21 May 2013 15:54:32 +0000 (15:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182390 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/HexagonISelLowering.cpp

index 4e57c45f4a400e9c018a72c3d43f7a1ab34da028..14175b3c0fc9aad4231d6b5bc5e6160572e257b2 100644 (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);