forked from OSchip/llvm-project
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:
parent
26f1f00999
commit
29fbe3e0d7
|
@ -957,7 +957,6 @@ public:
|
|||
case llvm::Triple::Linux:
|
||||
case llvm::Triple::FreeBSD:
|
||||
case llvm::Triple::NetBSD:
|
||||
case llvm::Triple::OpenBSD:
|
||||
SizeType = UnsignedInt;
|
||||
PtrDiffType = SignedInt;
|
||||
IntPtrType = SignedInt;
|
||||
|
|
Loading…
Reference in New Issue