remove a dead PatLeaf, I previously changed all uses to use -1 instead.
authorChris Lattner <sabre@nondot.org>
Thu, 25 Feb 2010 17:39:34 +0000 (17:39 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 25 Feb 2010 17:39:34 +0000 (17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97148 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetSelectionDAG.td

index b39dbe4f7738a0483903c210f4ae09861d37129b..4365d332c044d470f71418c8f05f56d1b7e728a2 100644 (file)
@@ -479,7 +479,6 @@ class PatLeaf<dag frag, code pred = [{}], SDNodeXForm xform = NOOP_SDNodeXForm>
 def vtInt      : PatLeaf<(vt),  [{ return N->getVT().isInteger(); }]>;
 def vtFP       : PatLeaf<(vt),  [{ return N->getVT().isFloatingPoint(); }]>;
 
-def immAllOnes : PatLeaf<(imm), [{ return N->isAllOnesValue(); }]>;
 def immAllOnesV: PatLeaf<(build_vector), [{
   return ISD::isBuildVectorAllOnes(N);
 }]>;