| commit | e4ddaa1bd56704a5ec7d5c0ef441f428aba03b3a | [log] [tgz] |
|---|---|---|
| author | Kevin Qin <Kevin.Qin@arm.com> | Thu Dec 12 02:19:13 2013 +0000 |
| committer | Kevin Qin <Kevin.Qin@arm.com> | Thu Dec 12 02:19:13 2013 +0000 |
| tree | 722a98b9fe43b81afc7c299b350b93551ba51068 | |
| parent | daaae418d886a44fc54c0dec8f9e18a7f04cc544 [diff] |
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]+. llvm-svn: 197113