implement codegen support for the "default argument promotions" (C99 6.5.2.2p6).
Not having this prevented promoting float arguments to double when passed into printf, for example. llvm-svn: 39727
Loading
Please register or sign in to comment
Not having this prevented promoting float arguments to double when passed into printf, for example. llvm-svn: 39727