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:
Chris Lattner 2003-04-25 02:50:19 +00:00
parent 9de28289f8
commit d6cbe339af

View File

@ -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,