summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2011-12-02 04:58:12 +0000
committerHal Finkel <hfinkel@anl.gov>2011-12-02 04:58:12 +0000
commit9286705955abf79d7c345c27c5d4e57ac71d8411 (patch)
treefd80a42087bee80403e0083065b92d2d49332c41 /llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
parent42018202752617d5095869b599fa847e7f2d2f54 (diff)
downloadbcm5719-llvm-9286705955abf79d7c345c27c5d4e57ac71d8411.tar.gz
bcm5719-llvm-9286705955abf79d7c345c27c5d4e57ac71d8411.zip
adjust the instruction ordering in some PPC tests: changes due to postRA haz. rec.
llvm-svn: 145678
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll b/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
index b73382e6ebf..60ba25b7924 100644
--- a/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
+++ b/llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
@@ -7,8 +7,8 @@ target triple = "powerpc-apple-darwin9.6"
define void @foo() nounwind {
entry:
;CHECK: mfcr r2
-;CHECK: rlwinm r2, r2, 8, 0, 31
;CHECK: lis r0, 1
+;CHECK: rlwinm r2, r2, 8, 0, 31
;CHECK: ori r0, r0, 34540
;CHECK: stwx r2, r1, r0
%x = alloca [100000 x i8] ; <[100000 x i8]*> [#uses=1]
OpenPOWER on IntegriCloud