Make this compile again.

llvm-svn: 31304
This commit is contained in:
Reid Spencer 2006-10-31 01:45:56 +00:00
parent de5ecd6bc1
commit 2545fe6d93
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ bool X86SharedAsmPrinter::doFinalization(Module &M) {
SectionName += ",\"aw\",@progbits";
}
SwitchToDataSection(SectionName.c_str());
SwitchToDataSection(SectionName.c_str(), I);
} else {
SwitchToDataSection(TAI->getDataSection(), I);
}