diff options
Diffstat (limited to 'test/Analysis/CostModel/X86/cmp.ll')
-rw-r--r-- | test/Analysis/CostModel/X86/cmp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/CostModel/X86/cmp.ll b/test/Analysis/CostModel/X86/cmp.ll index f868bd1..90b09c1 100644 --- a/test/Analysis/CostModel/X86/cmp.ll +++ b/test/Analysis/CostModel/X86/cmp.ll @@ -35,7 +35,7 @@ define i32 @cmp(i32 %arg) { ;CHECK: cost of 4 {{.*}} icmp %M = icmp eq <32 x i8> undef, undef - ;CHECK: cost of 1 {{.*}} ret + ;CHECK: cost of 0 {{.*}} ret ret i32 undef } |