summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/linkage-redecl.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/linkage-redecl.c')
-rw-r--r--clang/test/CodeGen/linkage-redecl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/linkage-redecl.c b/clang/test/CodeGen/linkage-redecl.c
index 58993f349f8..4767a94a45f 100644
--- a/clang/test/CodeGen/linkage-redecl.c
+++ b/clang/test/CodeGen/linkage-redecl.c
@@ -16,4 +16,4 @@ void g0() {
}
extern void f(int x) { } // still has internal linkage
-// CHECK-LABEL: define internal void @f
+// CHECK-LABEL: define internal {{.*}}void @f
OpenPOWER on IntegriCloud