mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-02 08:45:55 +00:00
Default ctor doesn't provide name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5921 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9de28289f8
commit
d6cbe339af
@ -38,7 +38,7 @@ class TargetData : public ImmutablePass {
|
|||||||
|
|
||||||
static Annotation *TypeAnFactory(AnnotationID, const Annotable *, void *);
|
static Annotation *TypeAnFactory(AnnotationID, const Annotable *, void *);
|
||||||
public:
|
public:
|
||||||
TargetData(const std::string &TargetName = "Default Target",
|
TargetData(const std::string &TargetName = "",
|
||||||
bool LittleEndian = false,
|
bool LittleEndian = false,
|
||||||
unsigned char SubWordDataSize = 1,
|
unsigned char SubWordDataSize = 1,
|
||||||
unsigned char IntRegSize = 8,
|
unsigned char IntRegSize = 8,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user