summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/call.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/call.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/call.c')
-rw-r--r--clang/test/CodeGen/call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/call.c b/clang/test/CodeGen/call.c
index ef327751b3a..723911158c0 100644
--- a/clang/test/CodeGen/call.c
+++ b/clang/test/CodeGen/call.c
@@ -18,7 +18,7 @@ void JS_ReportErrorNumber(JSErrorCallback errorCallback, ...);
void Interpret() {
JS_ReportErrorNumber(js_GetErrorMessage, 0);
- // CHECK: call void ({{.*}}, ...)* @JS_ReportErrorNumber({{.*}}@js_GetErrorMessage
+ // CHECK: call void ({{.*}}, ...) @JS_ReportErrorNumber({{.*}}@js_GetErrorMessage
}
OpenPOWER on IntegriCloud