From: Chris Lattner Date: Mon, 9 Jul 2007 17:31:07 +0000 (+0000) Subject: remove this bogus t-t X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4857b1b320d65e962703ebe0991788ee71a1a7c6;p=oota-llvm.git remove this bogus t-t git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38464 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/vector.ll b/test/CodeGen/Generic/vector.ll index 367d8150799..59f554b6d46 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>