diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-18 18:32:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-18 18:32:16 +0000 |
commit | f527037485539ed2d4bfe8ce5df86d69b7f39ee3 (patch) | |
tree | f9ea453d53ce274b1ec87a1e50362cc29804915c /llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp | |
parent | 861302e264756764953afdc619a52b7489b834f3 (diff) | |
download | llvm-f527037485539ed2d4bfe8ce5df86d69b7f39ee3.zip llvm-f527037485539ed2d4bfe8ce5df86d69b7f39ee3.tar.gz llvm-f527037485539ed2d4bfe8ce5df86d69b7f39ee3.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp')
0 files changed, 0 insertions, 0 deletions