diff options
Diffstat (limited to 'test/Analysis/CostModel/PowerPC/load_store.ll')
-rw-r--r-- | test/Analysis/CostModel/PowerPC/load_store.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/CostModel/PowerPC/load_store.ll b/test/Analysis/CostModel/PowerPC/load_store.ll index 0a568b88e7269..d48be5b5f62be 100644 --- a/test/Analysis/CostModel/PowerPC/load_store.ll +++ b/test/Analysis/CostModel/PowerPC/load_store.ll @@ -31,7 +31,7 @@ define i32 @loads(i32 %arg) { ; FIXME: There actually are sub-vector Altivec loads, and so we could handle ; this with a small expense, but we don't currently. - ; CHECK: cost of 48 {{.*}} load + ; CHECK: cost of 42 {{.*}} load load <4 x i16>, <4 x i16>* undef, align 2 ; CHECK: cost of 2 {{.*}} load |