projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
519c6fc
)
Added routine to create a char array for a string.
author
Vikram S. Adve
<vadve@cs.uiuc.edu>
Sun, 14 Oct 2001 23:16:27 +0000
(23:16 +0000)
committer
Vikram S. Adve
<vadve@cs.uiuc.edu>
Sun, 14 Oct 2001 23:16:27 +0000
(23:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@798
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ConstPoolVals.h
patch
|
blob
|
history
diff --git
a/include/llvm/ConstPoolVals.h
b/include/llvm/ConstPoolVals.h
index fa50a6b1ace2b1f1e38e4901cadc0dcc0d1a5594..be245abd7b300f300285a048f7d4f48af3f1bd2d 100644
(file)
--- a/
include/llvm/ConstPoolVals.h
+++ b/
include/llvm/ConstPoolVals.h
@@
-213,7
+213,8
@@
protected:
virtual void destroyConstant();
public:
static ConstPoolArray *get(const ArrayType *T, const vector<ConstPoolVal*> &);
-
+ static ConstPoolArray *get(const string& stringConstant);
+
virtual string getStrValue() const;
inline const vector<Use> &getValues() const { return Operands; }