aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SROA/vectors-of-pointers.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SROA/vectors-of-pointers.ll')
-rw-r--r--test/Transforms/SROA/vectors-of-pointers.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SROA/vectors-of-pointers.ll b/test/Transforms/SROA/vectors-of-pointers.ll
index 7e995b9..ff09e95 100644
--- a/test/Transforms/SROA/vectors-of-pointers.ll
+++ b/test/Transforms/SROA/vectors-of-pointers.ll
@@ -20,6 +20,6 @@ if.then.i.i.i.i.i237:
unreachable
bb0.exit257:
- %0 = load <2 x i32*>* %Args.i, align 16
+ %0 = load <2 x i32*>, <2 x i32*>* %Args.i, align 16
unreachable
}