diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-18 23:36:15 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2014-12-18 23:36:15 +0000 |
| commit | 174476ed963beac6131c0b9c65727452689f6a0b (patch) | |
| tree | 4ac2d83a3912aea6e8ab4f6f22bce1c316748bfa /llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp | |
| parent | 07a40f382700652b78222a22973917764249b960 (diff) | |
| download | bcm5719-llvm-174476ed963beac6131c0b9c65727452689f6a0b.tar.gz bcm5719-llvm-174476ed963beac6131c0b9c65727452689f6a0b.zip | |
Reverting 224550, was not ready for commit.
llvm-svn: 224552
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp b/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp index 5eb922a47c0..997a5265b2e 100644 --- a/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp +++ b/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp @@ -1172,7 +1172,7 @@ isValidOffset(const int Opcode, const int Offset) const { case Hexagon::LDriw_pred: return true; - case Hexagon::J2_loop0i: + case Hexagon::LOOP0_i: return isUInt<10>(Offset); // INLINEASM is very special. |

