Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44392 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/carbon.c b/test/Sema/carbon.c
index e2bae99..523526e 100644
--- a/test/Sema/carbon.c
+++ b/test/Sema/carbon.c
@@ -1,4 +1,4 @@
-// RUN: clang %s -fsyntax-only -arch ppc
+// RUN: clang %s -fsyntax-only
 #ifdef __APPLE__
 #include <Carbon/Carbon.h>
 #endif
diff --git a/test/Sema/cocoa.m b/test/Sema/cocoa.m
index 4c98b07..c3d829c 100644
--- a/test/Sema/cocoa.m
+++ b/test/Sema/cocoa.m
@@ -1,4 +1,4 @@
-// RUN: clang %s -arch ppc
+// RUN: clang %s
 #ifdef __APPLE__
 #include <Cocoa/Cocoa.h>
 #endif