summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetAsmInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-02 04:52:00 +0000
committerChris Lattner <sabre@nondot.org>2009-08-02 04:52:00 +0000
commit1fe76c385bb9e3f76fdd9602eda6476b445a6070 (patch)
tree07fedf7201848603d3fcf38eb11ff5f5f7a9f2d5 /llvm/lib/Target/ARM/ARMTargetAsmInfo.h
parentdf672c2bb26662bb78b0b2a9e848c5ade5a2520d (diff)
downloadbcm5719-llvm-1fe76c385bb9e3f76fdd9602eda6476b445a6070.tar.gz
bcm5719-llvm-1fe76c385bb9e3f76fdd9602eda6476b445a6070.zip
turn some templated inline functions into static functions.
llvm-svn: 77873
Diffstat (limited to 'llvm/lib/Target/ARM/ARMTargetAsmInfo.h')
-rw-r--r--llvm/lib/Target/ARM/ARMTargetAsmInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMTargetAsmInfo.h b/llvm/lib/Target/ARM/ARMTargetAsmInfo.h
index 0c3173d05ef..6616af8c7b9 100644
--- a/llvm/lib/Target/ARM/ARMTargetAsmInfo.h
+++ b/llvm/lib/Target/ARM/ARMTargetAsmInfo.h
@@ -40,8 +40,6 @@ namespace llvm {
const ARMSubtarget *Subtarget;
virtual unsigned getInlineAsmLength(const char *Str) const;
- unsigned countArguments(const char *p) const;
- unsigned countString(const char *p) const;
};
EXTERN_TEMPLATE_INSTANTIATION(class ARMTargetAsmInfo<TargetAsmInfo>);
OpenPOWER on IntegriCloud