]> granicus.if.org Git - llvm/commit
This patch fixes 3 problems:
authorAkira Hatanaka <ahatanaka@mips.com>
Mon, 16 Apr 2012 18:20:26 +0000 (18:20 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Mon, 16 Apr 2012 18:20:26 +0000 (18:20 +0000)
commit1fbfea7b06928efe822b12a1d1d0af01fe2f50d1
tree799788a127d8aadf4130554fd1df9f71bf9ac5ec
parent8834559626272c8c5fc5f941d933968354421a84
This patch fixes 3 problems:

1. CHECKNEXT was used instead of CHECK-NEXT which caused the line to be
   ignored which in turn hid the next 2 problems:
2. ('sh_offset', 0x{{{[0-9,a-f]+}}) had one too many leading curly braces and
   failed to do it's job of accepting all hex digits and:
3. The check for the hex values for the code instructions didn't account for
   blank separators.

Patch by Jack Carter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154842 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Mips/elf-bigendian.ll