[llvm-commits] [llvm-gcc-4.2] r78936 - /llvm-gcc-4.2/trunk/gcc/config/i386/i386.c
Dale Johannesen
dalej at apple.com
Thu Aug 13 13:56:26 PDT 2009
Author: johannes
Date: Thu Aug 13 15:56:26 2009
New Revision: 78936
URL: http://llvm.org/viewvc/llvm-project?rev=78936&view=rev
Log:
This patch is now in our main gcc tree which means
the LLVM LOCAL comments are not needed. Obviously:)
Modified:
llvm-gcc-4.2/trunk/gcc/config/i386/i386.c
Modified: llvm-gcc-4.2/trunk/gcc/config/i386/i386.c
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/i386/i386.c?rev=78936&r1=78935&r2=78936&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/i386/i386.c (original)
+++ llvm-gcc-4.2/trunk/gcc/config/i386/i386.c Thu Aug 13 15:56:26 2009
@@ -22965,14 +22965,12 @@
}
}
-/* LLVM LOCAL begin */
/* Complicated expression as JMP or CALL target. */
if (e->modifier && strcmp(e->modifier, "A") == 0)
{
strcat (buf, "*");
e->modifier = 0;
}
-/* LLVM LOCAL end */
e->as_immediate = true;
iasm_print_operand (buf, op1, argnum, uses,
must_be_reg, must_not_be_reg, e);
More information about the llvm-commits
mailing list