[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)
commit04b444913be92557cfd37170878755c72451b11f
tree128c41a9b2accb666b660c7578a02daaf2e81531
parent08f022ae84ec0e1fb5ef8b8c3e0ae90e9a2a464e
[FastISel][X86] Implement the FastLowerIntrinsicCall hook.

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

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