ARM: add test for crc32 instructions in CodeGen.
authorTim Northover <tnorthover@apple.com>
Wed, 14 Jan 2015 01:43:33 +0000 (01:43 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 14 Jan 2015 01:43:33 +0000 (01:43 +0000)
commit09bec94c1648d1c601a80e75ab739def1a517975
tree44cda333b0e5dc03ce5b392d29a053938f8c5379
parenta8f0d2f67310d338383a6f650c52a35b1e44165c
ARM: add test for crc32 instructions in CodeGen.

Somehow we seem to have ended up without any actual tests of the
CodeGen side. Easy enough to fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225930 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ARM/crc32.ll [new file with mode: 0644]