diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-10-31 21:00:56 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-10-31 21:00:56 +0000 |
commit | 624fcb286ea7e3184fe34e414e5288465e33883c (patch) | |
tree | 92d25e9ecd78b7c494e1a51f86fcfc3fea725a56 /llvm/test/CodeGen/ARM/long_shift.ll | |
parent | ae6bb6159461e2ead080e548abe9ab00ed561f91 (diff) | |
download | bcm5719-llvm-624fcb286ea7e3184fe34e414e5288465e33883c.tar.gz bcm5719-llvm-624fcb286ea7e3184fe34e414e5288465e33883c.zip |
Expand 64-bit arithmetic shift right inline
llvm-svn: 85685
Diffstat (limited to 'llvm/test/CodeGen/ARM/long_shift.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/long_shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/long_shift.ll b/llvm/test/CodeGen/ARM/long_shift.ll index e72ae785124..0de66542fcf 100644 --- a/llvm/test/CodeGen/ARM/long_shift.ll +++ b/llvm/test/CodeGen/ARM/long_shift.ll @@ -19,7 +19,7 @@ define i32 @f1(i64 %x, i64 %y) { define i32 @f2(i64 %x, i64 %y) { ; CHECK: f2 -; CHECK: __ashrdi3 +; CHECK: movge r0, r1, asr r2 %a = ashr i64 %x, %y %b = trunc i64 %a to i32 ret i32 %b |