llvm-6502/lib
Dan Gohman 8dae138d06 Fix WriteAsOperand to not emit a leading space character. Adjust
its callers to emit a space character before calling it when a
space is needed.

This fixes several spurious whitespace issues in
ScalarEvolution's debug dumps. See the test changes for
examples.

This also fixes odd space-after-tab indentation in the output
for switch statements, and changes calls from being printed like
this:
  call void @foo( i32 %x )
to this:
  call void @foo(i32 %x)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56196 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-14 17:21:12 +00:00
..
Analysis Fix WriteAsOperand to not emit a leading space character. Adjust 2008-09-14 17:21:12 +00:00
Archive
AsmParser Update generated files. 2008-09-09 01:13:24 +00:00
Bitcode Temporarily disable vector select in the bitcode reader. The 2008-09-09 02:08:49 +00:00
CodeGen adjust last patch per review feedback 2008-09-14 01:44:36 +00:00
Debugger Add #include 2008-08-23 21:34:34 +00:00
ExecutionEngine Make safer variant of alias resolution routine to be default 2008-09-09 20:05:04 +00:00
Linker Make safer variant of alias resolution routine to be default 2008-09-09 20:05:04 +00:00
Support Updating VC++ project. 2008-08-24 11:56:40 +00:00
System
Target Remove isImm(), isReg(), and friends, in favor of 2008-09-13 17:58:21 +00:00
Transforms On 64-bit targets, change 32-bit getelementptr indices to be 64-bit 2008-09-11 23:06:38 +00:00
VMCore Fix WriteAsOperand to not emit a leading space character. Adjust 2008-09-14 17:21:12 +00:00
Makefile