[llvm] r182390 - Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.
Jyotsna Verma
jverma at codeaurora.org
Tue May 21 08:54:32 PDT 2013
Author: jverma
Date: Tue May 21 10:54:32 2013
New Revision: 182390
URL: http://llvm.org/viewvc/llvm-project?rev=182390&view=rev
Log:
Hexagon: SelectionDAG should not use MVT::Other to check the legality of BR_CC.
Modified:
llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp
Modified: llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp?rev=182390&r1=182389&r2=182390&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp Tue May 21 10:54:32 2013
@@ -1360,7 +1360,6 @@ HexagonTargetLowering::HexagonTargetLowe
// 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);
More information about the llvm-commits
mailing list