summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-03-20 18:24:55 +0000
committerChad Rosier <mcrosier@apple.com>2012-03-20 18:24:55 +0000
commit36a273a76cb70db0b15d6fae975c6ea99a1d9e35 (patch)
tree30171516305f2d3648291595fec1fa2cb08fa9ae /test
parent9f2e160f7ae90a7a80b17e38ad06f2c706515115 (diff)
downloadllvm-36a273a76cb70db0b15d6fae975c6ea99a1d9e35.tar.gz
llvm-36a273a76cb70db0b15d6fae975c6ea99a1d9e35.tar.bz2
llvm-36a273a76cb70db0b15d6fae975c6ea99a1d9e35.tar.xz
[avx] Move the vextractf128 patterns closer to the vextractf128 def. Remove
whitespace from test case. No functional change intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/avx-vextractf128.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx-vextractf128.ll b/test/CodeGen/X86/avx-vextractf128.ll
index dccf901b25..6d3fbfd011 100644
--- a/test/CodeGen/X86/avx-vextractf128.ll
+++ b/test/CodeGen/X86/avx-vextractf128.ll
@@ -15,4 +15,3 @@ entry:
%shuffle = shufflevector <4 x double> %a, <4 x double> undef, <4 x i32> <i32 2, i32 3, i32 4, i32 4>
ret <4 x double> %shuffle
}
-