summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonISelLowering.cpp
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-05-07 16:42:15 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-05-07 16:42:15 +0000
commit81fda3b4d55886ba40093e818125679bec126866 (patch)
tree3325c05661c9a6953fb68eadf45e7721ac08e008 /lib/Target/Hexagon/HexagonISelLowering.cpp
parent46eb4a61c87642c1bd27ff5f7f05f9ca9c6debc3 (diff)
downloadllvm-81fda3b4d55886ba40093e818125679bec126866.tar.gz
llvm-81fda3b4d55886ba40093e818125679bec126866.tar.bz2
llvm-81fda3b4d55886ba40093e818125679bec126866.tar.xz
Hexagon: Fix Small Data support to handle -G 0 correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181331 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 0e5b8dcbe8..4e57c45f4a 100644
--- a/lib/Target/Hexagon/HexagonISelLowering.cpp
+++ b/lib/Target/Hexagon/HexagonISelLowering.cpp
@@ -948,7 +948,6 @@ HexagonTargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const {
SDValue
HexagonTargetLowering::LowerConstantPool(SDValue Op, SelectionDAG &DAG) const {
EVT ValTy = Op.getValueType();
-
DebugLoc dl = Op.getDebugLoc();
ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op);
SDValue Res;