summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-04-29 19:17:45 +0000
committerDale Johannesen <dalej@apple.com>2007-04-29 19:17:45 +0000
commit8650199fbb192c054f85647843b89e1182855718 (patch)
treea96a3c3015793fa6b2e9750103ecd1ae49f3339f /include
parentbd40a6d3ee9658f9bfd6ab74893fca5fa75c6de0 (diff)
downloadllvm-8650199fbb192c054f85647843b89e1182855718.tar.gz
llvm-8650199fbb192c054f85647843b89e1182855718.tar.bz2
llvm-8650199fbb192c054f85647843b89e1182855718.tar.xz
Make ARM-specific version of getInlineAsmLength
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36572 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index b13a3fb50f..ceb2a3af47 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -353,7 +353,7 @@ namespace llvm {
/// Measure the specified inline asm to determine an approximation of its
/// length.
- unsigned getInlineAsmLength(const char *Str) const;
+ virtual unsigned getInlineAsmLength(const char *Str) const;
/// ExpandInlineAsm - This hook allows the target to expand an inline asm
/// call to be explicit llvm code if it wants to. This is useful for