diff options
author | David Blaikie <dblaikie@gmail.com> | 2015-04-16 23:25:00 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2015-04-16 23:25:00 +0000 |
commit | 47e7a08734ae659dc8c79589e4b454e855b880bf (patch) | |
tree | aed01f956a49d8005d744d7c63cae75ef6c07961 /test/CodeGen/x86_32-arguments-linux.c | |
parent | 80cbce09b9403a3b8a9e3c670ff1fef5fbcb56c7 (diff) | |
download | clang-47e7a08734ae659dc8c79589e4b454e855b880bf.tar.gz |
[opaque pointer types] Explicit non-pointer type for call expressions
(migration for recent LLVM change to textual IR for calls)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@235147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/x86_32-arguments-linux.c')
-rw-r--r-- | test/CodeGen/x86_32-arguments-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/x86_32-arguments-linux.c b/test/CodeGen/x86_32-arguments-linux.c index 1a8c600129..02eac51216 100644 --- a/test/CodeGen/x86_32-arguments-linux.c +++ b/test/CodeGen/x86_32-arguments-linux.c @@ -10,7 +10,7 @@ // CHECK: <8 x i32> %a10, %struct.s56_5* byval align 4, // CHECK: <4 x double> %a12, %struct.s56_6* byval align 4) -// CHECK: call void (i32, ...)* @f56_0(i32 1, +// CHECK: call void (i32, ...) @f56_0(i32 1, // CHECK: i32 %{{.*}}, %struct.s56_0* byval align 4 %{{[^ ]*}}, // CHECK: i64 %{{[^ ]*}}, %struct.s56_1* byval align 4 %{{[^ ]*}}, // CHECK: <1 x double> %{{[^ ]*}}, %struct.s56_2* byval align 4 %{{[^ ]*}}, |