From 3118bc6b71bf822df67b0bf220ed78a8059b9578 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 27 Jan 2015 16:53:56 +0000 Subject: [PATCH] No longer SCE_PRIVATE ;) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227200 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Preprocessor/init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c index 8829f3d335..c39e76ed2f 100644 --- a/test/Preprocessor/init.c +++ b/test/Preprocessor/init.c @@ -7761,7 +7761,6 @@ // PS4:#define __unix__ 1 // PS4:#define __x86_64 1 // PS4:#define __x86_64__ 1 -// end SCE_PRIVATE // // RUN: %clang_cc1 -E -dM -ffreestanding -triple=sparc64-none-none < /dev/null | FileCheck -check-prefix SPARCV9 %s // SPARCV9:#define __INT64_TYPE__ long int -- 2.50.1