summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-07-09 17:31:07 +0000
committerChris Lattner <sabre@nondot.org>2007-07-09 17:31:07 +0000
commit4857b1b320d65e962703ebe0991788ee71a1a7c6 (patch)
tree1994dfb38469d7732cb4a9b8f49ba7b386346b1c /test
parent87bdba6d6a1684373c94df0363a3b620de6dab6c (diff)
downloadllvm-4857b1b320d65e962703ebe0991788ee71a1a7c6.tar.gz
llvm-4857b1b320d65e962703ebe0991788ee71a1a7c6.tar.bz2
llvm-4857b1b320d65e962703ebe0991788ee71a1a7c6.tar.xz
remove this bogus t-t
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Generic/vector.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/vector.ll b/test/CodeGen/Generic/vector.ll
index 367d815079..59f554b6d4 100644
--- a/test/CodeGen/Generic/vector.ll
+++ b/test/CodeGen/Generic/vector.ll
@@ -1,6 +1,5 @@
; Test that vectors are scalarized/lowered correctly.
; RUN: llvm-upgrade < %s | llvm-as | llc
-; RUN: llvm-upgrade < %s | llvm-as | llc -mtriple a-b-c
%f1 = type <1 x float>
%f2 = type <2 x float>