diff options
Diffstat (limited to 'test/CodeGen/SystemZ/shift-01.ll')
-rw-r--r-- | test/CodeGen/SystemZ/shift-01.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/shift-01.ll b/test/CodeGen/SystemZ/shift-01.ll index 5dab36b..3e838f5 100644 --- a/test/CodeGen/SystemZ/shift-01.ll +++ b/test/CodeGen/SystemZ/shift-01.ll @@ -108,7 +108,7 @@ define i32 @f11(i32 %a, i32 *%ptr) { ; CHECK: l %r1, 0(%r3) ; CHECK: sll %r2, 0(%r1) ; CHECK: br %r14 - %amt = load i32 *%ptr + %amt = load i32 , i32 *%ptr %shift = shl i32 %a, %amt ret i32 %shift } |