[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)
commit170f9354bb6e86e5a1577c8306fec805fc3b7807
treef7397bcdaab8af657d09ee0424cf731dcbf495b0
parenta9cced8a94b4c93a16e396830bb22a3e76be6578
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.

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

llvm-svn: 213036
llvm/lib/Target/X86/X86FastISel.cpp