Fixed bug introduced in r79900 where FreeBSD was turned into NetBSD, transposing the ABIs and breaking both platforms.

llvm-svn: 80870
This commit is contained in:
David Chisnall 2009-09-03 01:48:05 +00:00
parent b117fd9168
commit 2c5bef2a74
1 changed files with 1 additions and 1 deletions

View File

@ -1539,7 +1539,7 @@ const ABIInfo &CodeGenTypes::getABIInfo() const {
case llvm::Triple::DragonFly:
case llvm::Triple::MinGW32:
case llvm::Triple::MinGW64:
case llvm::Triple::NetBSD:
case llvm::Triple::FreeBSD:
case llvm::Triple::OpenBSD:
return *(TheABIInfo = new X86_32ABIInfo(Context, false, true));