summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2014-12-22 21:40:43 +0000
committerColin LeMahieu <colinl@codeaurora.org>2014-12-22 21:40:43 +0000
commit4b1eac4dda6eb82d4c1bce1a4a1800e36f777c98 (patch)
tree2dce23ad85f0a15f401475458b36cbfb69ffece0 /llvm/lib/Target/Hexagon/HexagonRegisterInfo.cpp
parent9a6f2836db75968682b3ed98bfe642000bcbd815 (diff)
downloadbcm5719-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.cpp2
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)) {
OpenPOWER on IntegriCloud