diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-22 21:40:43 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-22 21:40:43 +0000 |
commit | 4b1eac4dda6eb82d4c1bce1a4a1800e36f777c98 (patch) | |
tree | 2dce23ad85f0a15f401475458b36cbfb69ffece0 /llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp | |
parent | 9a6f2836db75968682b3ed98bfe642000bcbd815 (diff) | |
download | bcm5719-llvm-4b1eac4dda6eb82d4c1bce1a4a1800e36f777c98.tar.gz bcm5719-llvm-4b1eac4dda6eb82d4c1bce1a4a1800e36f777c98.zip |
[Hexagon] Adding memb instruction. Fixing whitespace in test from 224730.
llvm-svn: 224735
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp')
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp b/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp index 894da8f1fc1..ddd1d7a1879 100644 --- a/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp +++ b/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp @@ -163,7 +163,7 @@ void HexagonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II, (MI.getOpcode() == Hexagon::LDrid) || (MI.getOpcode() == Hexagon::LDrih) || (MI.getOpcode() == Hexagon::LDriuh) || - (MI.getOpcode() == Hexagon::LDrib) || + (MI.getOpcode() == Hexagon::L2_loadrb_io) || (MI.getOpcode() == Hexagon::L2_loadrub_io) || (MI.getOpcode() == Hexagon::LDriw_f) || (MI.getOpcode() == Hexagon::LDrid_f)) { |