llvm-6502/test/CodeGen
Kevin Qin 24802f3f82 Fix Incorrect CHECK message [0-31]+ in test case.
In regular expression, [0-31]+ equals to [0-3]+, not the number from
0 to 31. So change it to [0-9]+.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197113 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-12 02:19:13 +00:00
..
AArch64 Fix Incorrect CHECK message [0-31]+ in test case. 2013-12-12 02:19:13 +00:00
ARM ARM: constrain register-class in fast-isel 2013-12-11 16:04:57 +00:00
CPP
Generic
Hexagon
Inputs
Mips Distinguish and choose 16 or 32 bit forms of save/restore for Mips16. 2013-12-11 03:32:44 +00:00
MSP430
NVPTX
PowerPC Improve instruction scheduling for the PPC POWER7 2013-12-12 00:19:11 +00:00
R600 R600/SI: Add i64 cmp tests 2013-12-10 21:11:55 +00:00
SPARC [SPARCV9]: Adjust the resultant pointer of DYNAMIC_STACKALLOC with the stack BIAS on sparcV9. 2013-12-09 05:13:25 +00:00
SystemZ [SystemZ] Optimize fcmp X, 0 in cases where X is also negated 2013-12-11 11:45:08 +00:00
Thumb
Thumb2
X86 On ELF and COFF treat linker_private like private. 2013-12-11 22:18:44 +00:00
XCore