From: Chris Lattner Date: Tue, 18 Oct 2005 06:30:51 +0000 (+0000) Subject: add a case X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3d8df55fed4b241715cdf5ebae07c45faf48646e;p=oota-llvm.git add a case git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23785 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 4db59ef7bb2..16117de5bf9 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.