Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of
authorChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 19:49:31 +0000 (19:49 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 19:49:31 +0000 (19:49 +0000)
commit43fbbc36dc64243a1a57b072d37bccf6dad4d3cb
treee5d67773827d2e9fa4eb8ba9a843717d2cca106c
parent782651cffe391298adf58cacead8bcc96bc13e30
Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of
the CodeGen* implementations.

Parse the MVT::ValueType for each operand of the intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27075 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenIntrinsics.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/IntrinsicEmitter.cpp