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 | d6c88ece215ac0d9ec5519803beb3a16c7bffed1 (patch) | |
| tree | fc38cea1af09905e71ada8f29cff1ff823c0fe66 /clang/test/CodeGen/pr5406.c | |
| parent | 556ffb7806e3371f882d3aa502fb5bdc66e4ca8b (diff) | |
| download | bcm5719-llvm-d6c88ece215ac0d9ec5519803beb3a16c7bffed1.tar.gz bcm5719-llvm-d6c88ece215ac0d9ec5519803beb3a16c7bffed1.zip | |
[opaque pointer types] Explicit non-pointer type for call expressions
(migration for recent LLVM change to textual IR for calls)
llvm-svn: 235147
Diffstat (limited to 'clang/test/CodeGen/pr5406.c')
| -rw-r--r-- | clang/test/CodeGen/pr5406.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/pr5406.c b/clang/test/CodeGen/pr5406.c index 0f04a8e069c..69038ac07f5 100644 --- a/clang/test/CodeGen/pr5406.c +++ b/clang/test/CodeGen/pr5406.c @@ -6,7 +6,7 @@ typedef struct { char x[3]; } A0; void foo (int i, ...); -// CHECK: call void (i32, ...)* @foo(i32 1, [1 x i32] {{.*}}) +// CHECK: call void (i32, ...) @foo(i32 1, [1 x i32] {{.*}}) int main (void) { A0 a3; |

