summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-26 22:13:57 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-26 22:13:57 +0000
commit05b5a46ed867f06754dd8c6a5e8d432dd95de9d2 (patch)
tree8a725ea504be734a07f6db732c365a443935197e /llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
parentd6d4da09f7a552a79ca473ea5e9ccf4c885c3100 (diff)
downloadbcm5719-llvm-05b5a46ed867f06754dd8c6a5e8d432dd95de9d2.tar.gz
bcm5719-llvm-05b5a46ed867f06754dd8c6a5e8d432dd95de9d2.zip
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
This reverts commit r187248. It broke many bots. llvm-svn: 187254
Diffstat (limited to 'llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp')
-rw-r--r--llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp b/llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
index 29689b71a24..4018cd5ce2f 100644
--- a/llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
+++ b/llvm/unittests/ExecutionEngine/JIT/MultiJITTest.cpp
@@ -21,8 +21,7 @@ using namespace llvm;
namespace {
// ARM, PowerPC and SystemZ tests disabled pending fix for PR10783.
-#if !defined(__arm__) && !defined(__powerpc__) && !defined(__s390__) && \
- !defined(__ppc__)
+#if !defined(__arm__) && !defined(__powerpc__) && !defined(__s390__)
bool LoadAssemblyInto(Module *M, const char *assembly) {
SMDiagnostic Error;
OpenPOWER on IntegriCloud