aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2012-08-08 08:41:02 +0000
committerHans Wennborg <hans@hanshq.net>2012-08-08 08:41:02 +0000
commitf0e956bb379be086b03580af4d341467c3546c04 (patch)
tree7ab5bdbc5bfc23ee7d87baef7d33015c13cf4ef4 /lib
parent50d61c8ccfc633b13cdf594ea3cd3a217076debe (diff)
Revert part of r161175 which was wrong for OpenBSD's PowerPC target.
Contributed by Brad Smith <brad@comstyle.com> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161481 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Basic/Targets.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
index 558ae84f6c..9a1dd50433 100644
--- a/lib/Basic/Targets.cpp
+++ b/lib/Basic/Targets.cpp
@@ -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;