summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/MergeFunc/vector-GEP-crash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/MergeFunc/vector-GEP-crash.ll')
-rw-r--r--llvm/test/Transforms/MergeFunc/vector-GEP-crash.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/Transforms/MergeFunc/vector-GEP-crash.ll b/llvm/test/Transforms/MergeFunc/vector-GEP-crash.ll
deleted file mode 100644
index d0e86ebf54b..00000000000
--- a/llvm/test/Transforms/MergeFunc/vector-GEP-crash.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; RUN: opt -mergefunc -disable-output < %s
-; This used to cause a crash when compairing the GEPs
-
-define void @foo(<2 x i64*>) {
- %tmp = getelementptr i64, <2 x i64*> %0, <2 x i64> <i64 0, i64 0>
- ret void
-}
-
-define void @bar(<2 x i64*>) {
- %tmp = getelementptr i64, <2 x i64*> %0, <2 x i64> <i64 0, i64 0>
- ret void
-}
OpenPOWER on IntegriCloud