diff options
Diffstat (limited to 'clang/test/CodeGen/win-fp128.c')
| -rw-r--r-- | clang/test/CodeGen/win-fp128.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/win-fp128.c b/clang/test/CodeGen/win-fp128.c index 328a7aaa7df5..8d223741bc93 100644 --- a/clang/test/CodeGen/win-fp128.c +++ b/clang/test/CodeGen/win-fp128.c @@ -6,7 +6,7 @@ __float128 fp128_ret(void) { return 0; } // CHECK-GNU64: define dso_local <2 x i64> @fp128_ret() __float128 fp128_args(__float128 a, __float128 b) { return a * b; } -// CHECK-GNU64: define dso_local <2 x i64> @fp128_args(ptr noundef %0, ptr noundef %1) +// CHECK-GNU64: define dso_local <2 x i64> @fp128_args(ptr dead_on_return noundef %0, ptr dead_on_return noundef %1) void fp128_vararg(int a, ...) { // CHECK-GNU64-LABEL: define dso_local void @fp128_vararg |
