aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/vec_shuffle.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 07:38:21 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 07:38:21 +0000
commit7c65d4345ea93967e2d943765c3fa945beb72aab (patch)
tree9a09cee7dbfcca1e7a392daf493d8e84b011db79 /test/Transforms/InstCombine/vec_shuffle.ll
parenta20c22f19083a2f9a4344549eccfbb40f39cbad3 (diff)
downloadexternal_llvm-7c65d4345ea93967e2d943765c3fa945beb72aab.zip
external_llvm-7c65d4345ea93967e2d943765c3fa945beb72aab.tar.gz
external_llvm-7c65d4345ea93967e2d943765c3fa945beb72aab.tar.bz2
For PR1319:
Make use of the END. facility on all files > 1K so that we aren't wasting CPU cycles searching for RUN: lines that we'll never find. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/vec_shuffle.ll')
-rw-r--r--test/Transforms/InstCombine/vec_shuffle.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/vec_shuffle.ll b/test/Transforms/InstCombine/vec_shuffle.ll
index 3d65b63..aaaee3f 100644
--- a/test/Transforms/InstCombine/vec_shuffle.ll
+++ b/test/Transforms/InstCombine/vec_shuffle.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep vector_shuffle
+; END.
%T = type <4 x float>