summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-18 06:30:51 +0000
committerChris Lattner <sabre@nondot.org>2005-10-18 06:30:51 +0000
commit3d8df55fed4b241715cdf5ebae07c45faf48646e (patch)
tree2f502af2bb630641b3ae6806445818494d379297 /lib
parentfbcd54f2cbf89bd277a0531711cdc0e7cb1f15a3 (diff)
downloadllvm-3d8df55fed4b241715cdf5ebae07c45faf48646e.tar.gz
llvm-3d8df55fed4b241715cdf5ebae07c45faf48646e.tar.bz2
llvm-3d8df55fed4b241715cdf5ebae07c45faf48646e.tar.xz
add a case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PowerPC/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt
index 4db59ef7bb..16117de5bf 100644
--- a/lib/Target/PowerPC/README.txt
+++ b/lib/Target/PowerPC/README.txt
@@ -24,6 +24,9 @@ _foo:
rlwinm r3, r2, 0, 16, 31
blr
+and:
+ extern int X, Y; int* test(int C) { return C? &X : &Y; }
+as one load when using --enable-pic.
* Support 'update' load/store instructions. These are cracked on the G5, but
are still a codesize win.