diff options
| author | Hao Liu <Hao.Liu@arm.com> | 2013-08-21 17:47:53 +0000 |
|---|---|---|
| committer | Hao Liu <Hao.Liu@arm.com> | 2013-08-21 17:47:53 +0000 |
| commit | 546bcd2f5085603b74586cd0168067916f38ae70 (patch) | |
| tree | 7dd25ba77fe37c681ec4fdecc99b2c9bf9c4d02e /clang/lib | |
| parent | 43964803584e7b2fb1dde5a934baa6cdb62737da (diff) | |
| download | bcm5719-llvm-546bcd2f5085603b74586cd0168067916f38ae70.tar.gz bcm5719-llvm-546bcd2f5085603b74586cd0168067916f38ae70.zip | |
A minor change for an obvous problem caused by r188451:
def imm0_63 : Operand<i32>, ImmLeaf<i32, [{ return Imm >= 0 && Imm < 63;}]>{
As it seems Imm <63 should be Imm <= 63. ImmLeaf is used in pattern match, but there is already a function check the shift amount range, so just remove ImmLeaf. Also add a test to check 63.
llvm-svn: 188911
Diffstat (limited to 'clang/lib')
0 files changed, 0 insertions, 0 deletions

