add a case

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23785 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-10-18 06:30:51 +00:00
parent fbcd54f2cb
commit 3d8df55fed

View File

@ -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.