diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 05:02:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-02 05:02:46 +0000 |
commit | 7a33f8d7cd48c7ab545094d342bca3a6e93ed1a0 (patch) | |
tree | da1205038125436b481e39e4f8a649148a4aed84 | |
parent | f49c7a5f05adbf1957d9fc6fef55125db26181a5 (diff) |
Update this test to use llvm-update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32117 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll b/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll index 496b905be6..54f70746d1 100644 --- a/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll +++ b/test/Transforms/InstCombine/2006-12-01-BadFPVectorXform.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep sub && -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep add +; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep sub && +; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep add <4 x float> %test(<4 x float> %tmp26, <4 x float> %tmp53) { ; (X+Y)-Y != X for fp vectors. |