| commit | f527037485539ed2d4bfe8ce5df86d69b7f39ee3 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Nov 18 18:32:16 2007 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Nov 18 18:32:16 2007 +0000 |
| tree | f9ea453d53ce274b1ec87a1e50362cc29804915c | |
| parent | 861302e264756764953afdc619a52b7489b834f3 [diff] |
print a call to a fastcc function as: call x86_fastcallcc void @func( i32* %X, i64 0 ) not: callx86_fastcallcc void @func( i32* %X, i64 0 ) This fixes Codegen/X86/fast-cc-merge-stack-adj.ll llvm-svn: 44217