summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-07-03 03:52:07 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-07-03 03:52:07 +0000
commitd871cbcd5b03d90445bb94f87d9fe09d17fb353d (patch)
treee0c4d3dbf89fbf22635e56e91732439b14db7a24
parentc17bab0b13027c1f1bce1a917a85ef2662339ca8 (diff)
downloadbcm5719-llvm-d871cbcd5b03d90445bb94f87d9fe09d17fb353d.tar.gz
bcm5719-llvm-d871cbcd5b03d90445bb94f87d9fe09d17fb353d.zip
Trailing whitespace.
llvm-svn: 74758
-rw-r--r--llvm/Makefile.config.in2
-rw-r--r--llvm/autoconf/configure.ac6
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/Makefile.config.in b/llvm/Makefile.config.in
index efa8a0b8746..44d7416e4f8 100644
--- a/llvm/Makefile.config.in
+++ b/llvm/Makefile.config.in
@@ -223,7 +223,7 @@ RDYNAMIC := @RDYNAMIC@
#ENABLE_PROFILING = 1
@ENABLE_PROFILING@
-# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will
+# When DISABLE_ASSERTIONS is enabled, builds of all of the LLVM code will
# exclude assertion checks, otherwise they are included.
#DISABLE_ASSERTIONS = 1
@DISABLE_ASSERTIONS@
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 1db4dea848b..0ed3a26f6c2 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -240,7 +240,7 @@ case "$llvm_cv_target_arch" in
x86_64) LLVM_NATIVE_ARCH="X86" ;;
*) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;;
esac
-
+
dnl Define a substitution, ARCH, for the target architecture
AC_SUBST(ARCH,$llvm_cv_target_arch)
@@ -453,7 +453,7 @@ for a_target in $TARGETS_TO_BUILD; do
fi
done
-# Build the LLVM_TARGET and LLVM_ASM_PRINTER macro uses for
+# Build the LLVM_TARGET and LLVM_ASM_PRINTER macro uses for
# Targets.def and AsmPrinters.def.
LLVM_ENUM_TARGETS=""
LLVM_ENUM_ASM_PRINTERS=""
@@ -952,7 +952,7 @@ dnl atomic builtins are required for threading support.
AC_MSG_CHECKING(for GCC atomic builtins)
AC_LINK_IFELSE(
AC_LANG_SOURCE(
- [[int main() {
+ [[int main() {
volatile unsigned long val = 1;
__sync_synchronize();
__sync_val_compare_and_swap(&val, 1, 0);
OpenPOWER on IntegriCloud