From 3058da2c45afb017166dd3018cb134c874bc6da9 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Thu, 27 Oct 2016 23:40:19 +0000 Subject: [PATCH] Remove accidentally commited test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285366 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/gep-vector.ll | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/Transforms/InstCombine/gep-vector.ll diff --git a/test/Transforms/InstCombine/gep-vector.ll b/test/Transforms/InstCombine/gep-vector.ll deleted file mode 100644 index ce021bf207f..00000000000 --- a/test/Transforms/InstCombine/gep-vector.ll +++ /dev/null @@ -1,15 +0,0 @@ -; RUN: opt -instcombine %s -S | FileCheck %s - -; CHECK-LABEL: patatino -; CHECK-NEXT: ret <8 x i64*> undef -define <8 x i64*> @patatino() { - %el = getelementptr i64, <8 x i64*> undef, <8 x i64> undef - ret <8 x i64*> %el -} - -; CHECK-LABEL: patatino2 -; CHECK-NEXT: ret <8 x i64*> undef -define <8 x i64*> @patatino2() { - %el = getelementptr inbounds i64, i64* undef, <8 x i64> undef - ret <8 x i64*> %el -} -- 2.50.0