diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:52:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:52:00 +0000 |
| commit | 1fe76c385bb9e3f76fdd9602eda6476b445a6070 (patch) | |
| tree | 07fedf7201848603d3fcf38eb11ff5f5f7a9f2d5 /llvm/lib/Target/ARM/ARMTargetAsmInfo.h | |
| parent | df672c2bb26662bb78b0b2a9e848c5ade5a2520d (diff) | |
| download | bcm5719-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.h | 2 |
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>); |

