summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-07-28 23:16:12 +0000
committerJim Grosbach <grosbach@apple.com>2010-07-28 23:16:12 +0000
commitde0874a4bcecae977b98fbbfacf9ea3dd7a890d2 (patch)
treef8ce34173e82c4f12cb83d2190ef2b334492a18b /llvm/lib
parentfa560fedb7129b50ced994965bfc11f8bea430a8 (diff)
downloadbcm5719-llvm-de0874a4bcecae977b98fbbfacf9ea3dd7a890d2.tar.gz
bcm5719-llvm-de0874a4bcecae977b98fbbfacf9ea3dd7a890d2.zip
Remove dead prototype
llvm-svn: 109691
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index 3fae7b73fd0..5007f96dbe1 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/lib/Target/ARM/ARMISelLowering.h
@@ -340,7 +340,6 @@ namespace llvm {
SDValue LowerFCOPYSIGN(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerRETURNADDR(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerFRAMEADDR(SDValue Op, SelectionDAG &DAG) const;
- SDValue LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
OpenPOWER on IntegriCloud