Reverting 224550, was not ready for commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Colin LeMahieu
2014-12-18 23:36:15 +00:00
parent ad7e6ee7e6
commit a9dd3713d0
7 changed files with 33 additions and 154 deletions

View File

@@ -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.