aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/CostModel/AArch64/store.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/CostModel/AArch64/store.ll')
-rw-r--r--test/Analysis/CostModel/AArch64/store.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/CostModel/AArch64/store.ll b/test/Analysis/CostModel/AArch64/store.ll
index 0c9883c..307f8f8 100644
--- a/test/Analysis/CostModel/AArch64/store.ll
+++ b/test/Analysis/CostModel/AArch64/store.ll
@@ -14,9 +14,9 @@ define void @store() {
; CHECK: cost of 64 {{.*}} store
store <4 x i8> undef, <4 x i8> * undef
; CHECK: cost of 16 {{.*}} load
- load <2 x i8> * undef
+ load <2 x i8> , <2 x i8> * undef
; CHECK: cost of 64 {{.*}} load
- load <4 x i8> * undef
+ load <4 x i8> , <4 x i8> * undef
ret void
}