Trailing whitespace.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2009-07-03 03:52:07 +00:00
parent d27c9fc403
commit 895f32c212
2 changed files with 4 additions and 4 deletions

View File

@ -223,7 +223,7 @@ RDYNAMIC := @RDYNAMIC@
#ENABLE_PROFILING = 1 #ENABLE_PROFILING = 1
@ENABLE_PROFILING@ @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. # exclude assertion checks, otherwise they are included.
#DISABLE_ASSERTIONS = 1 #DISABLE_ASSERTIONS = 1
@DISABLE_ASSERTIONS@ @DISABLE_ASSERTIONS@

View File

@ -240,7 +240,7 @@ case "$llvm_cv_target_arch" in
x86_64) LLVM_NATIVE_ARCH="X86" ;; x86_64) LLVM_NATIVE_ARCH="X86" ;;
*) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;; *) LLVM_NATIVE_ARCH="$llvm_cv_target_arch" ;;
esac esac
dnl Define a substitution, ARCH, for the target architecture dnl Define a substitution, ARCH, for the target architecture
AC_SUBST(ARCH,$llvm_cv_target_arch) AC_SUBST(ARCH,$llvm_cv_target_arch)
@ -453,7 +453,7 @@ for a_target in $TARGETS_TO_BUILD; do
fi fi
done 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. # Targets.def and AsmPrinters.def.
LLVM_ENUM_TARGETS="" LLVM_ENUM_TARGETS=""
LLVM_ENUM_ASM_PRINTERS="" LLVM_ENUM_ASM_PRINTERS=""
@ -952,7 +952,7 @@ dnl atomic builtins are required for threading support.
AC_MSG_CHECKING(for GCC atomic builtins) AC_MSG_CHECKING(for GCC atomic builtins)
AC_LINK_IFELSE( AC_LINK_IFELSE(
AC_LANG_SOURCE( AC_LANG_SOURCE(
[[int main() { [[int main() {
volatile unsigned long val = 1; volatile unsigned long val = 1;
__sync_synchronize(); __sync_synchronize();
__sync_val_compare_and_swap(&val, 1, 0); __sync_val_compare_and_swap(&val, 1, 0);