diff options
Diffstat (limited to 'llvm/test/Transforms/InstSimplify/2011-02-01-Vector.ll')
-rw-r--r-- | llvm/test/Transforms/InstSimplify/2011-02-01-Vector.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Transforms/InstSimplify/2011-02-01-Vector.ll b/llvm/test/Transforms/InstSimplify/2011-02-01-Vector.ll deleted file mode 100644 index 3cbbf350ec1..00000000000 --- a/llvm/test/Transforms/InstSimplify/2011-02-01-Vector.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: opt < %s -instsimplify -S | FileCheck %s - -define <2 x i32> @sdiv(<2 x i32> %x) { -; CHECK-LABEL: @sdiv( - %div = sdiv <2 x i32> %x, <i32 1, i32 1> - ret <2 x i32> %div -; CHECK: ret <2 x i32> %x -} |