diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-04-21 18:56:45 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-04-21 18:56:45 +0000 |
commit | 5de5910d7db5faa2baafe98450b248d1cdb279c6 (patch) | |
tree | 7d2930e2dc123d3d76109154367e33376b21f130 /llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp | |
parent | c320fb4eae5d11c912dba16bd306b255a9317441 (diff) | |
download | bcm5719-llvm-5de5910d7db5faa2baafe98450b248d1cdb279c6.tar.gz bcm5719-llvm-5de5910d7db5faa2baafe98450b248d1cdb279c6.zip |
[Hexagon] Expand handling of the small-data/bss section
llvm-svn: 267034
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp b/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp index 7cb8ef699f9..e13e2d2a263 100644 --- a/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp +++ b/llvm/lib/Target/Hexagon/HexagonSplitConst32AndConst64.cpp @@ -72,7 +72,7 @@ bool HexagonSplitConst32AndConst64::runOnMachineFunction(MachineFunction &Fn) { const HexagonTargetObjectFile &TLOF = *static_cast<const HexagonTargetObjectFile *>( Fn.getTarget().getObjFileLowering()); - if (TLOF.IsSmallDataEnabled()) + if (TLOF.isSmallDataEnabled()) return true; const TargetInstrInfo *TII = Fn.getSubtarget().getInstrInfo(); |