summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARM.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-02-01 00:22:15 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-02-01 00:22:15 +0000
commitd8b3e9a420b65466f5070e5747ba699a57ad1a82 (patch)
treef851c05dffa9591bb9dc6091a6a367c780dbd805 /llvm/lib/Target/ARM/ARM.h
parent25f61a6f89f62871055ad735829a50704cbfb027 (diff)
downloadbcm5719-llvm-d8b3e9a420b65466f5070e5747ba699a57ad1a82.tar.gz
bcm5719-llvm-d8b3e9a420b65466f5070e5747ba699a57ad1a82.zip
[PM] Remove a bunch of stale TTI creation method declarations. I nuked
their definitions, but forgot to clean up all the declarations which are in different files. llvm-svn: 227698
Diffstat (limited to 'llvm/lib/Target/ARM/ARM.h')
-rw-r--r--llvm/lib/Target/ARM/ARM.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARM.h b/llvm/lib/Target/ARM/ARM.h
index 02db53a2745..0703b1869a1 100644
--- a/llvm/lib/Target/ARM/ARM.h
+++ b/llvm/lib/Target/ARM/ARM.h
@@ -41,9 +41,6 @@ FunctionPass *createThumb2ITBlockPass();
FunctionPass *createARMOptimizeBarriersPass();
FunctionPass *createThumb2SizeReductionPass();
-/// \brief Creates an ARM-specific Target Transformation Info pass.
-ImmutablePass *createARMTargetTransformInfoPass(const ARMBaseTargetMachine *TM);
-
void LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
ARMAsmPrinter &AP);
OpenPOWER on IntegriCloud