summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAG.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-05-24 18:27:52 +0000
committerDevang Patel <dpatel@apple.com>2011-05-24 18:27:52 +0000
commit8ec0c1c07b51d3332ac0d0fc4d643ba982803a18 (patch)
treeacb38c831a5814f528b8c4a2be2dff1069212307 /include/llvm/CodeGen/SelectionDAG.h
parentd05667e703beb53864e54b05eae330e726fe1e63 (diff)
downloadllvm-8ec0c1c07b51d3332ac0d0fc4d643ba982803a18.tar.gz
llvm-8ec0c1c07b51d3332ac0d0fc4d643ba982803a18.tar.bz2
llvm-8ec0c1c07b51d3332ac0d0fc4d643ba982803a18.tar.xz
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131974 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAG.h')
-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 0b4f32dd32..1c42bef4a0 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -985,10 +985,6 @@ public:
/// other positive zero.
bool isEqualTo(SDValue A, SDValue B) const;
- /// isVerifiedDebugInfoDesc - Returns true if the specified SDValue has
- /// been verified as a debug information descriptor.
- bool isVerifiedDebugInfoDesc(SDValue Op) const;
-
/// 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