summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/annotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/annotate.c')
-rw-r--r--test/CodeGen/annotate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/annotate.c b/test/CodeGen/annotate.c
index 84d564a..ffaeebb 100644
--- a/test/CodeGen/annotate.c
+++ b/test/CodeGen/annotate.c
@@ -5,4 +5,6 @@ void a(char *a) {
__attribute__((annotate("bar"))) static char bar;
}
+// CHECK: private unnamed_addr global
+// CHECK: private unnamed_addr global
// CHECK: @llvm.global.annotations = appending global [2 x %0]
OpenPOWER on IntegriCloud