summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit5a6011267adb5770cde18c7807b64baccd7587ad (patch)
tree553a567273941ecc9a6741380374dfc91bf2b66e /llvm/test
parenta9a2572cca36c9b51dbb6e20a48a021950d88473 (diff)
downloadbcm5719-llvm-5a6011267adb5770cde18c7807b64baccd7587ad.tar.gz
bcm5719-llvm-5a6011267adb5770cde18c7807b64baccd7587ad.zip
[avx] Move the vextractf128 patterns closer to the vextractf128 def. Remove
whitespace from test case. No functional change intended. llvm-svn: 153103
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/avx-vextractf128.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx-vextractf128.ll b/llvm/test/CodeGen/X86/avx-vextractf128.ll
index dccf901b259..6d3fbfd0116 100644
--- a/llvm/test/CodeGen/X86/avx-vextractf128.ll
+++ b/llvm/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
}
-
OpenPOWER on IntegriCloud