forked from OSchip/llvm-project
81313fd8d1
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) llvm-svn: 56196 |
||
---|---|---|
.. | ||
2003-05-15-NestingProblem.ll | ||
dg.exp |