Revert part of r161175 which was wrong for OpenBSD's PowerPC target.

Contributed by Brad Smith <brad@comstyle.com>

llvm-svn: 161481
This commit is contained in:
Hans Wennborg 2012-08-08 08:41:02 +00:00
parent 26f1f00999
commit 29fbe3e0d7
1 changed files with 0 additions and 1 deletions

View File

@ -957,7 +957,6 @@ public:
case llvm::Triple::Linux: case llvm::Triple::Linux:
case llvm::Triple::FreeBSD: case llvm::Triple::FreeBSD:
case llvm::Triple::NetBSD: case llvm::Triple::NetBSD:
case llvm::Triple::OpenBSD:
SizeType = UnsignedInt; SizeType = UnsignedInt;
PtrDiffType = SignedInt; PtrDiffType = SignedInt;
IntPtrType = SignedInt; IntPtrType = SignedInt;