diff options
author | Dan Gohman <gohman@apple.com> | 2010-06-18 19:26:04 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-06-18 19:26:04 +0000 |
commit | 78db186d2dbaf4745f7e4beab4029db40856b54b (patch) | |
tree | 62518c4f9f58afe1407ad840269e1d2d5e09a5a0 /test/Analysis | |
parent | dd76f18f90f3d9934353d852e45271b3be747743 (diff) | |
download | external_llvm-78db186d2dbaf4745f7e4beab4029db40856b54b.zip external_llvm-78db186d2dbaf4745f7e4beab4029db40856b54b.tar.gz external_llvm-78db186d2dbaf4745f7e4beab4029db40856b54b.tar.bz2 |
Reapply 105540, 105542, and 105548, and revert r105732.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106304 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r-- | test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll b/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll index 3542ad2..cba20ee 100644 --- a/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll +++ b/test/Analysis/ScalarEvolution/2008-07-29-SMinExpr.ll @@ -22,5 +22,5 @@ afterfor: ; preds = %forinc, %entry ret i32 %j.0.lcssa } -; CHECK: backedge-taken count is (-2147483632 + ((-1 + (-1 * %{{[xy]}})) smax (-1 + (-1 * %{{[xy]}})))) +; CHECK: backedge-taken count is (-2147483632 + ((-1 + (-1 * %y)) smax (-1 + (-1 * %x)))) |