diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-02-16 22:31:31 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-02-16 22:31:31 +0000 |
| commit | 0062f7bf599993d5766c70d6cf56476a4e8166b1 (patch) | |
| tree | 1c484effb4f68a1b724fe24fae817d5e0c44f021 /llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll | |
| parent | cf01cbef165158c9492f5c41afb80dba8f98b458 (diff) | |
| download | bcm5719-llvm-0062f7bf599993d5766c70d6cf56476a4e8166b1.tar.gz bcm5719-llvm-0062f7bf599993d5766c70d6cf56476a4e8166b1.zip | |
Adjust register numbers in tests to compensate for the
new lack of R2.
llvm-svn: 96407
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll b/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll index 0f7acacbfac..2c582a302a4 100644 --- a/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll +++ b/llvm/test/CodeGen/PowerPC/LargeAbsoluteAddr.ll @@ -1,9 +1,9 @@ ; RUN: llc < %s -march=ppc32 -mtriple=powerpc-apple-darwin | \ -; RUN: grep {stw r3, 32751} +; RUN: grep {stw r4, 32751} ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \ -; RUN: grep {stw r3, 32751} +; RUN: grep {stw r4, 32751} ; RUN: llc < %s -march=ppc64 -mtriple=powerpc-apple-darwin | \ -; RUN: grep {std r2, 9024} +; RUN: grep {std r3, 9024} define void @test() { store i32 0, i32* inttoptr (i64 48725999 to i32*) |

