summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/debug-info-enum.c')
-rw-r--r--clang/test/CodeGen/debug-info-enum.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/CodeGen/debug-info-enum.c b/clang/test/CodeGen/debug-info-enum.c
deleted file mode 100644
index acf3f524088..00000000000
--- a/clang/test/CodeGen/debug-info-enum.c
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: %clang_cc1 -emit-llvm -g %s -o - | FileCheck %s
-
-// CHECK: metadata [[TEST3_ENUMS:![0-9]*]], {{[^,]*}}, null, null, null} ; [ DW_TAG_enumeration_type ] [e]
-// CHECK: [[TEST3_ENUMS]] = metadata !{metadata [[TEST3_E:![0-9]*]]}
-// CHECK: [[TEST3_E]] = {{.*}}, metadata !"E", i64 -1} ; [ DW_TAG_enumerator ] [E :: -1]
-
-enum e;
-void func(enum e *p) {
-}
-enum e { E = -1 };
OpenPOWER on IntegriCloud