These tests used intrinsics with the wrong prototype. They weren't caught because
authorChris Lattner <sabre@nondot.org>
Sun, 27 May 2012 19:35:41 +0000 (19:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 May 2012 19:35:41 +0000 (19:35 +0000)
commitc32cef6aa158a572dd42a4e15762ebb5c666c85e
tree96acf3d4d759260f8724aeb304af824e9a5c47c3
parentb15f5ef641305c145e6d9dcaca3e5ad06c7d6c66
These tests used intrinsics with the wrong prototype.  They weren't caught because
the old verifier just checked that something "was a pointer", but not that the pointee
was correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157544 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ARM/vlddup.ll
test/CodeGen/MSP430/2009-12-21-FrameAddr.ll
test/CodeGen/X86/sse4a.ll
test/Verifier/2008-08-22-MemCpyAlignment.ll