Make SectionKind::get() private.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77835 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2009-08-02 00:02:44 +00:00
parent 2798119ab4
commit 1ef9be2883
6 changed files with 25 additions and 24 deletions

View File

@ -193,7 +193,7 @@ static int AssembleInput(const char *ProgName) {
Str.get()->SwitchSection(MCSection::Create("__TEXT,__text,"
"regular,pure_instructions",
false,
SectionKind::get(SectionKind::Text),
SectionKind::getText(),
Ctx));
AsmParser Parser(SrcMgr, Ctx, *Str.get());