diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/loop-01.ll')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/loop-01.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/loop-01.ll b/llvm/test/CodeGen/SystemZ/loop-01.ll index 58008017356..32d9addac45 100644 --- a/llvm/test/CodeGen/SystemZ/loop-01.ll +++ b/llvm/test/CodeGen/SystemZ/loop-01.ll @@ -14,7 +14,7 @@ entry: loop: %index = phi i64 [ 0, %entry ], [ %next, %loop ] - %ptr = getelementptr i32 *%dest, i64 %index + %ptr = getelementptr i32, i32 *%dest, i64 %index store i32 %a, i32 *%ptr %next = add i64 %index, 1 %cmp = icmp ne i64 %next, 100 |

