summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonISelLowering.cpp
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-05-21 15:54:32 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-05-21 15:54:32 +0000
commitb4b14070a46d8de683231e95067fffde6aa36750 (patch)
tree254b918ec55cd3a4dc1e475d7160dc5a01071c47 /lib/Target/Hexagon/HexagonISelLowering.cpp
parentc2b7f5fa511420b99dd8238ab4ba769a6a6015a5 (diff)
downloadllvm-b4b14070a46d8de683231e95067fffde6aa36750.tar.gz
llvm-b4b14070a46d8de683231e95067fffde6aa36750.tar.bz2
llvm-b4b14070a46d8de683231e95067fffde6aa36750.tar.xz
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
Diffstat (limited to 'lib/Target/Hexagon/HexagonISelLowering.cpp')
-rw-r--r--lib/Target/Hexagon/HexagonISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Hexagon/HexagonISelLowering.cpp b/lib/Target/Hexagon/HexagonISelLowering.cpp
index 4e57c45f4a..14175b3c0f 100644
--- a/lib/Target/Hexagon/HexagonISelLowering.cpp
+++ b/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);