summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/address-of-fntemplate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/address-of-fntemplate.cpp')
-rw-r--r--clang/test/CodeGenCXX/address-of-fntemplate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenCXX/address-of-fntemplate.cpp b/clang/test/CodeGenCXX/address-of-fntemplate.cpp
index 4ff597acb30..4840fe89edb 100644
--- a/clang/test/CodeGenCXX/address-of-fntemplate.cpp
+++ b/clang/test/CodeGenCXX/address-of-fntemplate.cpp
@@ -9,8 +9,8 @@ void test() {
// CHECK: @_Z1fIiEvv
void (*p2)() = f<int>;
}
-// CHECK-LABEL: define linkonce_odr void @_Z1fIiEvT_
-// CHECK-LABEL: define linkonce_odr void @_Z1fIiEvv
+// CHECK-LABEL: define linkonce_odr {{.*}}void @_Z1fIiEvT_
+// CHECK-LABEL: define linkonce_odr {{.*}}void @_Z1fIiEvv
namespace PR6973 {
template<typename T>
OpenPOWER on IntegriCloud