1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-svn: 28963
This commit is contained in:
Evan Cheng 2006-06-28 17:56:43 +00:00
parent 8f95262124
commit 36d3fccf4b

View File

@ -223,7 +223,7 @@ bool X86SharedAsmPrinter::doFinalization(Module &M) {
}
void X86SharedAsmPrinter::EmitConstantPool(MachineConstantPool *MCP) {
if (!Subtarget->TargetType == X86Subtarget::isDarwin) {
if (Subtarget->TargetType != X86Subtarget::isDarwin) {
AsmPrinter::EmitConstantPool(MCP);
return;
}