From 1b056e422c699e8f450ba10c0bd060c0237a2ad2 Mon Sep 17 00:00:00 2001 From: Jyotsna Verma Date: Tue, 21 May 2013 15:54:32 +0000 Subject: [PATCH] Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC. llvm-svn: 182390 --- llvm/lib/Target/Hexagon/HexagonISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp b/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp index 4e57c45f4a40..14175b3c0fc9 100644 --- a/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp +++ b/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp @@ -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);