summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-08-31 02:36:20 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-08-31 02:36:20 +0000
commit2e46e78c53011ddbc0587135c09b39077beb0c1e (patch)
treee06d13813ad69bcb3069f145a6237065f60d3ce6 /include
parent20a07f422de575156f194ca02d4920f8c084e992 (diff)
downloadllvm-2e46e78c53011ddbc0587135c09b39077beb0c1e.tar.gz
llvm-2e46e78c53011ddbc0587135c09b39077beb0c1e.tar.bz2
llvm-2e46e78c53011ddbc0587135c09b39077beb0c1e.tar.xz
zap unused method. x86 is the only user and already has a more powerfull version
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112571 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index de49d18413..7723fa00e9 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -977,10 +977,6 @@ public:
/// been verified as a debug information descriptor.
bool isVerifiedDebugInfoDesc(SDValue Op) const;
- /// getShuffleScalarElt - Returns the scalar element that will make up the ith
- /// element of the result of the vector shuffle.
- SDValue getShuffleScalarElt(const ShuffleVectorSDNode *N, unsigned Idx);
-
/// UnrollVectorOp - Utility function used by legalize and lowering to
/// "unroll" a vector operation by splitting out the scalars and operating
/// on each element individually. If the ResNE is 0, fully unroll the vector