diff options
author | Chris Lattner <sabre@nondot.org> | 2007-07-09 17:31:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-07-09 17:31:07 +0000 |
commit | 0e623de40d21f7c517ee1331f007b3c573958017 (patch) | |
tree | 71c7ad4acee3f72a85d565bcc88f3f614c1e547a /llvm/test/CodeGen/Generic/vector.ll | |
parent | 517290ae5245ad2bb543fe53ef13deb19e2a6eb7 (diff) | |
download | bcm5719-llvm-0e623de40d21f7c517ee1331f007b3c573958017.tar.gz bcm5719-llvm-0e623de40d21f7c517ee1331f007b3c573958017.zip |
remove this bogus t-t
llvm-svn: 38464
Diffstat (limited to 'llvm/test/CodeGen/Generic/vector.ll')
-rw-r--r-- | llvm/test/CodeGen/Generic/vector.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/vector.ll b/llvm/test/CodeGen/Generic/vector.ll index 367d8150799..59f554b6d46 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> |