summaryrefslogtreecommitdiff
path: root/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
commit2457544630f447c933c17306490ec6eb095d2df3 (patch)
treee0662bef9acfb07e3a853dd4eaf41017c4287d97 /test/CodeGen/PowerPC/2010-02-12-saveCR.ll
parentdb809e0eb7055a5247c80500fe0ba0ac22199722 (diff)
downloadllvm-2457544630f447c933c17306490ec6eb095d2df3.tar.gz
llvm-2457544630f447c933c17306490ec6eb095d2df3.tar.bz2
llvm-2457544630f447c933c17306490ec6eb095d2df3.tar.xz
adjust the instruction ordering in some PPC tests: changes due to postRA haz. rec.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/2010-02-12-saveCR.ll')
-rw-r--r--test/CodeGen/PowerPC/2010-02-12-saveCR.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2010-02-12-saveCR.ll b/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
index b73382e6eb..60ba25b792 100644
--- a/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
+++ b/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]