aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelLowering.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-25 05:34:32 +0000
committerChris Lattner <sabre@nondot.org>2007-02-25 05:34:32 +0000
commit9f0bc659c8d2f1e401a9690e4900b0fd2a70bdfe (patch)
tree4e65cf82f1e9e276a5f2194e53b67e1e78d018c0 /lib/Target/PowerPC/PPCISelLowering.h
parenteb95d41cd364f3526d1c39455a0131185495c51a (diff)
downloadexternal_llvm-9f0bc659c8d2f1e401a9690e4900b0fd2a70bdfe.tar.gz
external_llvm-9f0bc659c8d2f1e401a9690e4900b0fd2a70bdfe.tar.bz2
external_llvm-9f0bc659c8d2f1e401a9690e4900b0fd2a70bdfe.zip
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
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index f7e5b65dde..00e65f62fd 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/lib/Target/PowerPC/PPCISelLowering.h
@@ -90,7 +90,7 @@ namespace llvm {
/// 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,