Fix typo in "[clang][ARC] Fix test for commit r347699"

llvm-svn: 347718
This commit is contained in:
Tatyana Krasnukha 2018-11-27 22:22:33 +00:00
parent fdfcd719a2
commit 0b96fda9f5
1 changed files with 1 additions and 1 deletions

View File

@ -132,4 +132,4 @@ s16 st4(int x, s8 a, s16 b, s16 c) { return b; }
// 1 sret + 2*(i32 coerce) + 4*(i32 coerce) + 4*(i32 coerce)
s16 st5(s8 a, s16 b, s16 c) { return b; }
// CHECK: define void @st5(%struct.s16* noalias sret %agg.result, i32 inreg %a.coerce0, i32 inreg %a.coerce1, i32 inreg %b.coerce0, i32 inreg %b.coerce1, i32 inreg %b.coerce2, i32 inreg %b.coerce3, i32 %c.coerce0, { i32, i32, i32, i32 } %c.coerce)
// CHECK: define void @st5(%struct.s16* noalias sret %agg.result, i32 inreg %a.coerce0, i32 inreg %a.coerce1, i32 inreg %b.coerce0, i32 inreg %b.coerce1, i32 inreg %b.coerce2, i32 inreg %b.coerce3, { i32, i32, i32, i32 } %c.coerce)