[llvm-commits] CVS: llvm/include/llvm/Target/TargetAsmInfo.h
Dale Johannesen
dalej at apple.com
Sun Apr 29 12:18:04 PDT 2007
Changes in directory llvm/include/llvm/Target:
TargetAsmInfo.h updated: 1.30 -> 1.31
---
Log message:
Make ARM-specific version of getInlineAsmLength
---
Diffs of the changes: (+1 -1)
TargetAsmInfo.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Target/TargetAsmInfo.h
diff -u llvm/include/llvm/Target/TargetAsmInfo.h:1.30 llvm/include/llvm/Target/TargetAsmInfo.h:1.31
--- llvm/include/llvm/Target/TargetAsmInfo.h:1.30 Sun Apr 29 13:35:00 2007
+++ llvm/include/llvm/Target/TargetAsmInfo.h Sun Apr 29 14:17:45 2007
@@ -353,7 +353,7 @@
/// 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
More information about the llvm-commits
mailing list