summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-08-04 01:56:09 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-08-04 01:56:09 +0000
commitf0409ea488ec2cf27daeb192d18e206b11c6360f (patch)
treebb1746067a18ca915141f4e440600b8cae7ab8ea /lib/Target/ARM/ARMInstrInfo.h
parent27934da97bcb7a6a4949dfc0c449d99f43077e98 (diff)
downloadllvm-f0409ea488ec2cf27daeb192d18e206b11c6360f.tar.gz
llvm-f0409ea488ec2cf27daeb192d18e206b11c6360f.tar.bz2
llvm-f0409ea488ec2cf27daeb192d18e206b11c6360f.tar.xz
Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and faster) generic algorithm for now. If more accurate computation is needed, we'll rely on the disassembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78032 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.h')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.h b/lib/Target/ARM/ARMInstrInfo.h
index 58e16334f3..c616949e37 100644
--- a/lib/Target/ARM/ARMInstrInfo.h
+++ b/lib/Target/ARM/ARMInstrInfo.h
@@ -45,9 +45,6 @@ public:
void reMaterialize(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI,
unsigned DestReg, unsigned SubIdx,
const MachineInstr *Orig) const;
-
- virtual unsigned getInlineAsmLength(const char *Str,
- const TargetAsmInfo &TAI) const;
};
}