summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2018-03-06 23:09:01 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2018-03-06 23:09:01 +0000
commit5701606165bd281a6d96db0b933533dc4dd84ae0 (patch)
tree352c1d50ae5919fdfdf203777745086cee728d5c
parent7e03f350e8ae93806b13cb32516a4d54515b794d (diff)
downloadbcm5719-llvm-5701606165bd281a6d96db0b933533dc4dd84ae0.tar.gz
bcm5719-llvm-5701606165bd281a6d96db0b933533dc4dd84ae0.zip
Fix a typo from r326844; NFC
llvm-svn: 326845
-rw-r--r--clang/test/CodeGen/64bit-swiftcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/64bit-swiftcall.c b/clang/test/CodeGen/64bit-swiftcall.c
index 2eed2a4b290..f7d27d830e2 100644
--- a/clang/test/CodeGen/64bit-swiftcall.c
+++ b/clang/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
OpenPOWER on IntegriCloud