aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/StructurizeCFG/branch-on-argument.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/StructurizeCFG/branch-on-argument.ll')
-rw-r--r--test/Transforms/StructurizeCFG/branch-on-argument.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/StructurizeCFG/branch-on-argument.ll b/test/Transforms/StructurizeCFG/branch-on-argument.ll
index 4eba0cd..386994f 100644
--- a/test/Transforms/StructurizeCFG/branch-on-argument.ll
+++ b/test/Transforms/StructurizeCFG/branch-on-argument.ll
@@ -28,7 +28,7 @@ entry:
for.body:
%i = phi i32 [0, %entry], [%i.inc, %end.loop]
- %ptr = getelementptr i32 addrspace(1)* %out, i32 %i
+ %ptr = getelementptr i32, i32 addrspace(1)* %out, i32 %i
store i32 %i, i32 addrspace(1)* %ptr, align 4
br i1 %arg, label %mid.loop, label %end.loop