llvm-6502/lib/Bytecode/Writer
Chris Lattner a65371ea25 Fix a bug in the bc reader/writer: we were not correctly encoding varargs
nonccc calls (we were dropping the CC and tail flag).  This broke several
FORTRAN programs.

Testcase here: Regression/Assembler/2006-05-26-VarargsCallEncode.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28501 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-26 18:42:34 +00:00
..
Makefile Fix name of library 2004-10-28 05:30:54 +00:00
SlotCalculator.cpp add bc reader/writer support for inline asm 2006-01-25 23:08:15 +00:00
SlotCalculator.h add bc reader/writer support for inline asm 2006-01-25 23:08:15 +00:00
SlotTable.h * Remove trailing whitespace 2005-04-21 21:48:46 +00:00
Writer.cpp Fix a bug in the bc reader/writer: we were not correctly encoding varargs 2006-05-26 18:42:34 +00:00
WriterInternals.h add bc reader/writer support for inline asm 2006-01-25 23:08:15 +00:00