[llvm-commits] CVS: llvm/include/llvm/Support/Mangler.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Sep 24 01:24:06 PDT 2005
Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.13 -> 1.14
---
Log message:
change proto slightly
---
Diffs of the changes: (+2 -1)
Mangler.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Support/Mangler.h
diff -u llvm/include/llvm/Support/Mangler.h:1.13 llvm/include/llvm/Support/Mangler.h:1.14
--- llvm/include/llvm/Support/Mangler.h:1.13 Thu Apr 21 15:44:59 2005
+++ llvm/include/llvm/Support/Mangler.h Sat Sep 24 03:23:53 2005
@@ -64,7 +64,8 @@
/// does this for you, so there's no point calling it on the result
/// from getValueName.
///
- static std::string makeNameProper(const std::string &x);
+ static std::string makeNameProper(const std::string &x,
+ const char *Prefix = "");
};
} // End llvm namespace
More information about the llvm-commits
mailing list