[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
authorJuergen Ributzka <juergen@apple.com>
Tue, 15 Jul 2014 02:22:53 +0000 (02:22 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 15 Jul 2014 02:22:53 +0000 (02:22 +0000)
commita7d1d3a5139c17078dcc66e5b089ae0ecb1554be
tree7da13ce8ecc1be13d41d5f8321da092b5deeec01
parent805486c3f9bb1dcef353b613d6d1a4bf57a4f7f0
[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@213036 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp