This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Replace build with buildN in config/i386/



On Feb 26, 2005, at 3:16 PM, Steven Bosscher wrote:


-  t = build (MODIFY_EXPR, TREE_TYPE (sav), sav, t);
+  t = buildw (MODIFY_EXPR, TREE_TYPE (sav), sav, t);

I think you mean build2.


-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]