commit | 9f0bc659c8d2f1e401a9690e4900b0fd2a70bdfe | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Feb 25 05:34:32 2007 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Feb 25 05:34:32 2007 +0000 |
tree | 4e65cf82f1e9e276a5f2194e53b67e1e78d018c0 | |
parent | eb95d41cd364f3526d1c39455a0131185495c51a [diff] [blame] |
implement support for the linux/ppc function call ABI. Patch by Nicolas Geoffray! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34574 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h index f7e5b65..00e65f6 100644 --- a/lib/Target/PowerPC/PPCISelLowering.h +++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -90,7 +90,7 @@ /// CHAIN,FLAG = BCTRL(CHAIN, INFLAG) - Directly corresponds to a /// BCTRL instruction. - BCTRL, + BCTRL_Macho, BCTRL_ELF, /// Return with a flag operand, matched by 'blr' RET_FLAG,