summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitd08978cb43b63bd14a36bb897944141a86646033 (patch)
tree56b78151f60d30aecee9d33fbc3f31ff36253ccd /llvm/lib/Target/MSIL/MSILWriter.h
parent5899e340f352fbb8f4c8073844b0ae32e0129f23 (diff)
downloadbcm5719-llvm-d08978cb43b63bd14a36bb897944141a86646033.tar.gz
bcm5719-llvm-d08978cb43b63bd14a36bb897944141a86646033.zip
Switch this API to StringRef.
llvm-svn: 76554
Diffstat (limited to 'llvm/lib/Target/MSIL/MSILWriter.h')
-rw-r--r--llvm/lib/Target/MSIL/MSILWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSIL/MSILWriter.h b/llvm/lib/Target/MSIL/MSILWriter.h
index 0d0d0ff271f..5dab0e8d334 100644
--- a/llvm/lib/Target/MSIL/MSILWriter.h
+++ b/llvm/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();
OpenPOWER on IntegriCloud