commit | c10337d20080fca89c19acd69ae11f4a28e61cc8 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Nov 24 19:42:17 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Nov 24 19:42:17 2009 +0000 |
tree | e93476bcc5dcc6c4e0bb11f8987e8fb1d403e3aa | |
parent | 815c35cdb070cb876d01f3837f56b4d73b87f036 [diff] [blame] |
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
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 @@ /// 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. ///