diff options
author | Kevin Qin <Kevin.Qin@arm.com> | 2013-12-12 02:17:35 +0000 |
---|---|---|
committer | Kevin Qin <Kevin.Qin@arm.com> | 2013-12-12 02:17:35 +0000 |
commit | daaae418d886a44fc54c0dec8f9e18a7f04cc544 (patch) | |
tree | 6a647ccf2efb1438e287197397056b0f9c7d2b80 /llvm/test/CodeGen | |
parent | 69a458f690dcdb05ba53345734d4cdf92a44c6bb (diff) | |
download | bcm5719-llvm-daaae418d886a44fc54c0dec8f9e18a7f04cc544.tar.gz bcm5719-llvm-daaae418d886a44fc54c0dec8f9e18a7f04cc544.zip |
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: 197112
Diffstat (limited to 'llvm/test/CodeGen')
0 files changed, 0 insertions, 0 deletions