diff options
| author | Devang Patel <dpatel@apple.com> | 2009-11-24 19:42:17 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-11-24 19:42:17 +0000 |
| commit | c10337d20080fca89c19acd69ae11f4a28e61cc8 (patch) | |
| tree | e93476bcc5dcc6c4e0bb11f8987e8fb1d403e3aa /lib/CodeGen/AsmPrinter/DwarfDebug.h | |
| parent | 815c35cdb070cb876d01f3837f56b4d73b87f036 (diff) | |
| download | external_llvm-c10337d20080fca89c19acd69ae11f4a28e61cc8.zip external_llvm-c10337d20080fca89c19acd69ae11f4a28e61cc8.tar.gz external_llvm-c10337d20080fca89c19acd69ae11f4a28e61cc8.tar.bz2 | |
Use StringRef instead of std::string in DIEString.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfDebug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h index 01d0e3c..19583b8 100644 --- a/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -244,7 +244,7 @@ class DwarfDebug : public Dwarf { /// addString - Add a string attribute data and value. /// void addString(DIE *Die, unsigned Attribute, unsigned Form, - const std::string &String); + const StringRef Str); /// addLabel - Add a Dwarf label attribute data and value. /// |
