summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-09-01 18:45:22 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-09-01 18:45:22 +0000
commit88c268b621ebeac49db1cde9304adf334a787a75 (patch)
treed331657caa2bd1a60cdf2b6dbee703a1ce16e90f
parent31c99969a9600417a5fbc63a0980bdcda58d4bd6 (diff)
downloadbcm5719-llvm-88c268b621ebeac49db1cde9304adf334a787a75.tar.gz
bcm5719-llvm-88c268b621ebeac49db1cde9304adf334a787a75.zip
Remove extra spaces.
llvm-svn: 30025
-rw-r--r--llvm/lib/ExecutionEngine/JIT/JIT.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.cpp b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
index 959d5282b53..649edbed7a4 100644
--- a/llvm/lib/ExecutionEngine/JIT/JIT.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/JIT.cpp
@@ -33,7 +33,7 @@ using namespace llvm;
#ifdef __APPLE__
#include <AvailabilityMacros.h>
#if (MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4) || \
- (MAC_OS_X_VERSION_MIN_REQUIRED == MAC_OS_X_VERSION_10_4 && \
+ (MAC_OS_X_VERSION_MIN_REQUIRED == MAC_OS_X_VERSION_10_4 && \
__APPLE_CC__ >= 5330)
// __dso_handle is resolved by Mac OS X dynamic linker.
extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
@@ -312,7 +312,7 @@ void *JIT::getOrEmitGlobalVariable(const GlobalVariable *GV) {
if (GV->isExternal()) {
#ifdef __APPLE__
#if (MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_4) || \
- (MAC_OS_X_VERSION_MIN_REQUIRED == MAC_OS_X_VERSION_10_4 && \
+ (MAC_OS_X_VERSION_MIN_REQUIRED == MAC_OS_X_VERSION_10_4 && \
__APPLE_CC__ >= 5330)
// Apple gcc defaults to -fuse-cxa-atexit (i.e. calls __cxa_atexit instead
// of atexit). It passes the address of linker generated symbol __dso_handle
OpenPOWER on IntegriCloud