summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2015-09-11 03:22:18 +0000
committerDavid Blaikie <dblaikie@gmail.com>2015-09-11 03:22:18 +0000
commitfc473554a6834d006951c3cc27b630cbf7f228b8 (patch)
treeebfbd7771fd63994055512be3f79f136842ad83b /clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
parent947bf5e0bb41d5576f636adf2eff18a010925baf (diff)
downloadbcm5719-llvm-fc473554a6834d006951c3cc27b630cbf7f228b8.tar.gz
bcm5719-llvm-fc473554a6834d006951c3cc27b630cbf7f228b8.zip
[opaque pointer type] update test cases for explicit pointee types on global aliases
llvm-svn: 247380
Diffstat (limited to 'clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp')
-rw-r--r--clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp b/clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
index c3e165a4162..2d74120000f 100644
--- a/clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
+++ b/clang/test/CodeGenCXX/cxx11-thread-local-reference.cpp
@@ -5,7 +5,7 @@ int &f();
// CHECK: @r = thread_local global i32* null
thread_local int &r = f();
-// CHECK: @_ZTH1r = alias void ()* @__tls_init
+// CHECK: @_ZTH1r = alias void (), void ()* @__tls_init
int &g() { return r; }
OpenPOWER on IntegriCloud