Fix a typo from r326844; NFC

llvm-svn: 326845
This commit is contained in:
George Burgess IV 2018-03-06 23:09:01 +00:00
parent 7e03f350e8
commit 5701606165
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ TEST(union_hom_fp_partial2)
// X86-64-LABEL: take_union_hom_fp_partial2(i64, float)
// ARM64-LABEL: take_union_hom_fp_partial2(i64, float)
// At one point, we emitted lifetime.ends without a matching lifetime.begin for
// At one point, we emitted lifetime.ends without a matching lifetime.start for
// CoerceAndExpanded args. Since we're not performing optimizations, neither
// intrinsic should be emitted.
// CHECK-LABEL: define void @no_lifetime_markers