summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit5eb598001cdfc980721950fbee8c9cfbdd5cf2c8 (patch)
tree22da7e21610471094c79e1df4a7b8f9ece4b1870 /llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
parentc8b36f160c085d527c3bd0569b54f315a7072828 (diff)
downloadbcm5719-llvm-5eb598001cdfc980721950fbee8c9cfbdd5cf2c8.tar.gz
bcm5719-llvm-5eb598001cdfc980721950fbee8c9cfbdd5cf2c8.zip
Hexagon: Fix Small Data support to handle -G 0 correctly.
llvm-svn: 181344
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonISelLowering.cpp')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp b/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
index 0e5b8dcbe88..4e57c45f4a4 100644
--- a/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud