]> granicus.if.org Git - clang/commit
Add padding inreg registers to cause llvm to skip ecx when needed with
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 24 Oct 2012 01:59:00 +0000 (01:59 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 24 Oct 2012 01:59:00 +0000 (01:59 +0000)
commite4aeeaae8ee93ad5e07c646046c650d594f2775e
tree15e86fddafdfc5456abaa521b5f6ed41e8ecd381
parentb6932692234eba2472ef85a38434496e9342fd38
Add padding inreg registers to cause llvm to skip ecx when needed with
the x86_fastcallcc calling convention.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166538 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ABIInfo.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/TargetInfo.cpp
test/CodeGen/stdcall-fastcall.c