summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mrtd.c
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-04-16 23:25:00 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-04-16 23:25:00 +0000
commitd6c88ece215ac0d9ec5519803beb3a16c7bffed1 (patch)
treefc38cea1af09905e71ada8f29cff1ff823c0fe66 /clang/test/CodeGen/mrtd.c
parent556ffb7806e3371f882d3aa502fb5bdc66e4ca8b (diff)
downloadbcm5719-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/mrtd.c')
-rw-r--r--clang/test/CodeGen/mrtd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mrtd.c b/clang/test/CodeGen/mrtd.c
index f929d4c26b2..8d2aeeec49d 100644
--- a/clang/test/CodeGen/mrtd.c
+++ b/clang/test/CodeGen/mrtd.c
@@ -23,6 +23,6 @@ void quux(int a1, int a2, int a3) {
qux(a1, a2, a3);
}
// CHECK-LABEL: define x86_stdcallcc void @quux
-// CHECK: call void (i32, ...)* @qux
+// CHECK: call void (i32, ...) @qux
// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
OpenPOWER on IntegriCloud