From: George Burgess IV Date: Tue, 6 Mar 2018 23:09:01 +0000 (+0000) Subject: Fix a typo from r326844; NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f6f444c8dce0e9b4f8ea41bfb7fddf44c218da1;p=clang Fix a typo from r326844; NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326845 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/64bit-swiftcall.c b/test/CodeGen/64bit-swiftcall.c index 2eed2a4b29..f7d27d830e 100644 --- a/test/CodeGen/64bit-swiftcall.c +++ b/test/CodeGen/64bit-swiftcall.c @@ -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