summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonISelLowering.cpp
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-05-07 19:53:00 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-05-07 19:53:00 +0000
commitf931f691ee23d431135481fcf23a58658824ca67 (patch)
treed01845577d9f7133cf6279ae29f4bd843a094041 /lib/Target/Hexagon/HexagonISelLowering.cpp
parent498c91e341ff8cff835b053c25a76fe7c21b06a9 (diff)
downloadllvm-f931f691ee23d431135481fcf23a58658824ca67.tar.gz
llvm-f931f691ee23d431135481fcf23a58658824ca67.tar.bz2
llvm-f931f691ee23d431135481fcf23a58658824ca67.tar.xz
Hexagon: Fix Small Data support to handle -G 0 correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181344 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;