summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2017-02-17 02:08:58 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2017-02-17 02:08:58 +0000
commit6eab4044b9c79cda8226b60be0a8e9641c330f27 (patch)
tree24b2c2975f866d3b545a426328f3abb5732ffe7f /llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
parent55875b99557d30e4aa75788ca8e7dd3089313580 (diff)
downloadbcm5719-llvm-6eab4044b9c79cda8226b60be0a8e9641c330f27.tar.gz
bcm5719-llvm-6eab4044b9c79cda8226b60be0a8e9641c330f27.zip
Revert "[Hexagon] Start using regmasks on calls"
This reverts commit r295371. It broke windows bots: http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/11402/steps/test-llvm/logs/stdio llvm-svn: 295402
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonRegisterInfo.h')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonRegisterInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h b/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
index 8a3f175b848..1fb295b5bd8 100644
--- a/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
+++ b/llvm/lib/Target/Hexagon/HexagonRegisterInfo.h
@@ -35,8 +35,7 @@ public:
/// Code Generation virtual methods...
const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF)
const override;
- const uint32_t *getCallPreservedMask(const MachineFunction &MF,
- CallingConv::ID) const override;
+
BitVector getReservedRegs(const MachineFunction &MF) const override;
OpenPOWER on IntegriCloud