[llvm-branch-commits] [llvm-gcc-branch] r80555 - /llvm-gcc-4.2/branches/release_26/gcc/config/tce/tce.h
Tanya Lattner
tonic at nondot.org
Sun Aug 30 23:37:13 PDT 2009
Author: tbrethou
Date: Mon Aug 31 01:37:13 2009
New Revision: 80555
URL: http://llvm.org/viewvc/llvm-project?rev=80555&view=rev
Log:
Merge from mainline.
Fixed couple of comments to be C style and added missing define macro.
Patch by Mikael Lepistö.
Modified:
llvm-gcc-4.2/branches/release_26/gcc/config/tce/tce.h
Modified: llvm-gcc-4.2/branches/release_26/gcc/config/tce/tce.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/release_26/gcc/config/tce/tce.h?rev=80555&r1=80554&r2=80555&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/release_26/gcc/config/tce/tce.h (original)
+++ llvm-gcc-4.2/branches/release_26/gcc/config/tce/tce.h Mon Aug 31 01:37:13 2009
@@ -1,4 +1,4 @@
-// LLVM LOCAL begin - TCE target
+/* LLVM LOCAL begin - TCE target */
/*
Definitions of TCE target
Mikael Lepistö (mikael.lepisto at tut.fi)
@@ -34,6 +34,7 @@
/* To make llvm-backend.cpp recognice us ok... */
#define LLVM_OVERRIDE_TARGET_ARCH() "mips"
+#define LLVM_TARGET_NAME Mips
#define TARGET_CPU_CPP_BUILTINS() \
do \
@@ -842,4 +843,4 @@
The compiler will try both labelings, looking for one that is valid, and
will reload one or both registers only if neither labeling works. */
#define REG_OK_FOR_INDEX_P(X) REG_OK_FOR_BASE_P (X)
-// LLVM LOCAL end - TCE target
+/* LLVM LOCAL end - TCE target */
More information about the llvm-branch-commits
mailing list