summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.cpp
diff options
context:
space:
mode:
authorKevin Qin <Kevin.Qin@arm.com>2013-12-12 02:19:13 +0000
committerKevin Qin <Kevin.Qin@arm.com>2013-12-12 02:19:13 +0000
commit24802f3f82bade50b686efb368cfb01a8bb0264f (patch)
tree5db475e58849e377cfaf61e7b44a0f717702a804 /lib/Target/Mips/MipsISelLowering.cpp
parent41a300757171e208a1367d423feca80db0f40364 (diff)
downloadllvm-24802f3f82bade50b686efb368cfb01a8bb0264f.tar.gz
llvm-24802f3f82bade50b686efb368cfb01a8bb0264f.tar.bz2
llvm-24802f3f82bade50b686efb368cfb01a8bb0264f.tar.xz
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
Diffstat (limited to 'lib/Target/Mips/MipsISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions