[llvm-commits] [llvm] r75490 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h include/llvm/Target/TargetAsmInfo.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/Target/TargetAsmInfo.cpp utils/TableGen/AsmWriterEmitter.cpp

sanjiv gupta sanjiv.gupta at microchip.com
Wed Jul 15 09:35:13 PDT 2009


On Wed, 2009-07-15 at 18:26 +0200, Sylvere Teissier wrote:
> > ==============================================================================
> > --- llvm/trunk/utils/TableGen/AsmWriterEmitter.cpp (original)
> > +++ llvm/trunk/utils/TableGen/AsmWriterEmitter.cpp Mon Jul 13 15:25:48 2009
> > @@ -259,8 +259,6 @@
> >        LastEmitted = VarEnd;
> >      }
> >    }
> > -
> > -  AddLiteralString("\\n");
> >  }
> >  
> >  /// MatchesAllButOneOp - If this instruction is exactly identical to the
> 
> Can you check this change. It breaks some instruction generation on my
> custom target :(
> 
> 
pic16 is also broken because of this.

- Sanjiv


> changing "AddLiteralString("\\n");"
> to       "AddLiteralString("");"
> 
> works better on my target than removing the line.
> 
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list