revert accidental commit

llvm-svn: 36668
This commit is contained in:
Chris Lattner 2007-05-03 16:40:25 +00:00
parent c1a2a3b344
commit 90bb4fc96b
1 changed files with 3 additions and 1 deletions

View File

@ -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>>*/
]>;
*/