[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
authorJuergen Ributzka <juergen@apple.com>
Fri, 11 Jul 2014 22:37:43 +0000 (22:37 +0000)
committerJuergen Ributzka <juergen@apple.com>
Fri, 11 Jul 2014 22:37:43 +0000 (22:37 +0000)
commit83772afe0eb7ca71ccc268363315311953250a3a
treeac2f50c3a4424cbc6499fde02564c89479da5fe5
parentbdfa6b015484bc68384655ba2e012b69761ac2b1
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.

Rename X86VisitIntrinsicCall -> FastLowerIntrinsicCall, which effectively
implements the target hook.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212851 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp