diff options
Diffstat (limited to 'test/CodeGen/SystemZ/shift-05.ll')
-rw-r--r-- | test/CodeGen/SystemZ/shift-05.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/shift-05.ll b/test/CodeGen/SystemZ/shift-05.ll index 833b2fb..240be3f 100644 --- a/test/CodeGen/SystemZ/shift-05.ll +++ b/test/CodeGen/SystemZ/shift-05.ll @@ -143,7 +143,7 @@ define i64 @f14(i64 %a, i64 *%ptr) { ; CHECK: l %r1, 4(%r3) ; CHECK: sllg %r2, %r2, 0(%r1) ; CHECK: br %r14 - %amt = load i64 *%ptr + %amt = load i64 , i64 *%ptr %shift = shl i64 %a, %amt ret i64 %shift } |