aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSIL/MSILWriter.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-21 08:57:31 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-21 08:57:31 +0000
commitde41e724843f78596fc4f610a51a7438e5bf4016 (patch)
tree39cabe2e192218fba49160d724a6a5c185a2bf72 /lib/Target/MSIL/MSILWriter.h
parent9198e93dc38dc6d0fdc4893cd43da4808dfc012f (diff)
downloadexternal_llvm-de41e724843f78596fc4f610a51a7438e5bf4016.tar.gz
external_llvm-de41e724843f78596fc4f610a51a7438e5bf4016.tar.bz2
external_llvm-de41e724843f78596fc4f610a51a7438e5bf4016.zip
Switch this API to StringRef.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSIL/MSILWriter.h')
-rw-r--r--lib/Target/MSIL/MSILWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MSIL/MSILWriter.h b/lib/Target/MSIL/MSILWriter.h
index 0d0d0ff271..5dab0e8d33 100644
--- a/lib/Target/MSIL/MSILWriter.h
+++ b/lib/Target/MSIL/MSILWriter.h
@@ -252,7 +252,7 @@ namespace {
const char* getLibraryName(const GlobalVariable* GV);
- const char* getLibraryForSymbol(const char* Name, bool isFunction,
+ const char* getLibraryForSymbol(const StringRef &Name, bool isFunction,
unsigned CallingConv);
void printExternals();