[FastISel][X86] Implement the FastLowerIntrinsicCall hook.
authorJuergen Ributzka <juergen@apple.com>
Tue, 15 Jul 2014 06:35:50 +0000 (06:35 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 15 Jul 2014 06:35:50 +0000 (06:35 +0000)
commit1b0266d7cb8f2b98ec6141ca1b3be8f4b16f82c7
treea99f311f1dd30351a9abb81c94b66f7ce25224c8
parent566afe2a15791fd8c3ebfc55ecb24933a7048af6
[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@213050 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp