From 0e623de40d21f7c517ee1331f007b3c573958017 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Jul 2007 17:31:07 +0000 Subject: [PATCH] remove this bogus t-t llvm-svn: 38464 --- llvm/test/CodeGen/Generic/vector.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/Generic/vector.ll b/llvm/test/CodeGen/Generic/vector.ll index 367d8150799a..59f554b6d465 100644 --- a/llvm/test/CodeGen/Generic/vector.ll +++ b/llvm/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>