summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/GlobalDCE/basicvariabletest.ll')
-rw-r--r--llvm/test/Transforms/GlobalDCE/basicvariabletest.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll b/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll
deleted file mode 100644
index ae8ce3f7fd0..00000000000
--- a/llvm/test/Transforms/GlobalDCE/basicvariabletest.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: opt < %s -passes=globaldce -S | FileCheck %s
-
-; CHECK-NOT: global
-@X = external global i32
-@Y = internal global i32 7
-
OpenPOWER on IntegriCloud