mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-06 05:33:28 +00:00
remove a dead PatLeaf, I previously changed all uses to use -1 instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2eddfef0df
commit
bb82b146e9
@ -479,7 +479,6 @@ class PatLeaf<dag frag, code pred = [{}], SDNodeXForm xform = NOOP_SDNodeXForm>
|
|||||||
def vtInt : PatLeaf<(vt), [{ return N->getVT().isInteger(); }]>;
|
def vtInt : PatLeaf<(vt), [{ return N->getVT().isInteger(); }]>;
|
||||||
def vtFP : PatLeaf<(vt), [{ return N->getVT().isFloatingPoint(); }]>;
|
def vtFP : PatLeaf<(vt), [{ return N->getVT().isFloatingPoint(); }]>;
|
||||||
|
|
||||||
def immAllOnes : PatLeaf<(imm), [{ return N->isAllOnesValue(); }]>;
|
|
||||||
def immAllOnesV: PatLeaf<(build_vector), [{
|
def immAllOnesV: PatLeaf<(build_vector), [{
|
||||||
return ISD::isBuildVectorAllOnes(N);
|
return ISD::isBuildVectorAllOnes(N);
|
||||||
}]>;
|
}]>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user