Fix a couple of PPC predefined macros that I spotted while driving by
authorChandler Carruth <chandlerc@gmail.com>
Tue, 25 Jun 2013 11:13:47 +0000 (11:13 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 25 Jun 2013 11:13:47 +0000 (11:13 +0000)
commit6aa92ad76205eec8a1c404c511c35d7920676baa
tree31fadd0afa8f380982850a364a36d40ede193941
parent7a32393bcf064c3ef019dc15a196bd18649d7fc4
Fix a couple of PPC predefined macros that I spotted while driving by
this code. These aren't technically standard predefines for the platform
but apparantly lots of folks use them as they show up within LLVM's own
codebase. ;] This may even fix some self host issues w/ the JIT!!!

llvm-svn: 184830
clang/lib/Basic/Targets.cpp
clang/test/Preprocessor/init.c