Add support for immediates directly in the pattern, this allows itanium to
authorChris Lattner <sabre@nondot.org>
Wed, 2 Nov 2005 06:49:14 +0000 (06:49 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Nov 2005 06:49:14 +0000 (06:49 +0000)
commit0614b628cf8245541f0f6842b2f024c5ba9a7967
treeb0494352bee41ca99e08f48070d8a6b17797b09c
parent55d1728ec80c7f39d0bb2a68a1bd38b268496ef7
Add support for immediates directly in the pattern, this allows itanium to
define:

def : Pat<(i1 1), (CMPEQ r0, r0)>;

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