Make this compile again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-10-31 01:45:56 +00:00
parent 2e323aa09d
commit 090ac3641d

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);
}