aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/init.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-21 23:28:17 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-21 23:28:17 +0000
commita91320b8af7143f7af4c0665ffa62a3b244c0bd9 (patch)
treeeb3e54ffd49e46cc4390b7d1b12acdd6754a27b6 /test/Preprocessor/init.c
parenta9829ae7a3a4e3a753dfcb7bb023a799db465791 (diff)
ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly".
- Correctly is in quotes, because we are following what I interpreted as GCC's intent (which diverges from practice, naturally). - Also, fix the arch define for arm1136jf-s. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/init.c')
-rw-r--r--test/Preprocessor/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Preprocessor/init.c b/test/Preprocessor/init.c
index 074b2a1dcb..5796b11e14 100644
--- a/test/Preprocessor/init.c
+++ b/test/Preprocessor/init.c
@@ -189,7 +189,6 @@
// ARM:#define __THUMB_INTERWORK__ 1
// ARM:#define __UINTMAX_TYPE__ long long unsigned int
// ARM:#define __USER_LABEL_PREFIX__ _
-// ARM:#define __VFP_FP__ 1
// ARM:#define __WCHAR_MAX__ 2147483647
// ARM:#define __WCHAR_TYPE__ int
// ARM:#define __WCHAR_WIDTH__ 32