mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 02:58:10 +00:00
revert accidental commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36668 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4105a9fec0
commit
5f696035e5
@ -35,7 +35,7 @@ def RetCC_PPC : CallingConv<[
|
||||
//===----------------------------------------------------------------------===//
|
||||
// PowerPC Argument Calling Conventions
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
/*
|
||||
def CC_PPC : CallingConv<[
|
||||
// The first 8 integer arguments are passed in integer registers.
|
||||
CCIfType<[i32], CCAssignToReg<[R3, R4, R5, R6, R7, R8, R9, R10]>>,
|
||||
@ -61,3 +61,5 @@ def CC_PPC : CallingConv<[
|
||||
CCAssignToStack<16, 16>>*/
|
||||
]>;
|
||||
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user