summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorKevin Qin <Kevin.Qin@arm.com>2013-12-12 02:17:35 +0000
committerKevin Qin <Kevin.Qin@arm.com>2013-12-12 02:17:35 +0000
commitdaaae418d886a44fc54c0dec8f9e18a7f04cc544 (patch)
tree6a647ccf2efb1438e287197397056b0f9c7d2b80 /llvm/test/CodeGen
parent69a458f690dcdb05ba53345734d4cdf92a44c6bb (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud