]> granicus.if.org Git - clang/commit
Fix Incorrect CHECK message [0-31]+ in test case.
authorKevin Qin <Kevin.Qin@arm.com>
Thu, 12 Dec 2013 02:17:35 +0000 (02:17 +0000)
committerKevin Qin <Kevin.Qin@arm.com>
Thu, 12 Dec 2013 02:17:35 +0000 (02:17 +0000)
commit60ed8c063e796f02205e292158f3a79ccb355395
tree60af9bec7e82730e6cf7cf1975a4c5da2a00eb8b
parent776fdc7dd0798036e463cf5e2f7de756178ada40
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/cfe/trunk@197112 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/aarch64-neon-intrinsics.c
test/CodeGen/aarch64-neon-ldst-one.c