diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2007-01-25 22:28:32 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2007-01-25 22:28:32 +0000 |
| commit | b03e9118bef414cca467d07bdff3190270d362e0 (patch) | |
| tree | dc47a81d2a128e1a8b639ae874784d5e455972c8 /llvm/test | |
| parent | 98095bf79573ca58237e7891b8392b2c5614d19e (diff) | |
| download | bcm5719-llvm-b03e9118bef414cca467d07bdff3190270d362e0.tar.gz bcm5719-llvm-b03e9118bef414cca467d07bdff3190270d362e0.zip | |
Fix test case.
llvm-svn: 33507
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/Frames-align.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/Frames-align.ll b/llvm/test/CodeGen/PowerPC/Frames-align.ll index 6ff5eeb77de..5b80cd6db40 100644 --- a/llvm/test/CodeGen/PowerPC/Frames-align.ll +++ b/llvm/test/CodeGen/PowerPC/Frames-align.ll @@ -1,5 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'rlwinm r0, r1, 0, 22, 31' && -; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'subfic r0, r0, -17408' && +; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | grep 'subfic r0, r0, -16448' && ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc64 -mtriple=powerpc-apple-darwin8 | grep 'rldicl r0, r1, 0, 54' |

