diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-02-11 06:24:37 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-02-11 06:24:37 +0000 |
| commit | 1d4eb8fac4b82cafd82719e4fecb6e86753464ed (patch) | |
| tree | 57959d154d0a4c9cbf2b6098325f147c1d325220 /llvm | |
| parent | 7f4945aa9ccb178bb494d6b619b9cd09e69c3527 (diff) | |
| download | bcm5719-llvm-1d4eb8fac4b82cafd82719e4fecb6e86753464ed.tar.gz bcm5719-llvm-1d4eb8fac4b82cafd82719e4fecb6e86753464ed.zip | |
convert to filecheck.
llvm-svn: 95854
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/and2.ll | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/Transforms/InstCombine/and2.ll b/llvm/test/Transforms/InstCombine/and2.ll index 0af9bfaff39..a5a6574e9f4 100644 --- a/llvm/test/Transforms/InstCombine/and2.ll +++ b/llvm/test/Transforms/InstCombine/and2.ll @@ -1,5 +1,4 @@ -; RUN: opt < %s -instcombine -S | not grep and - +; RUN: opt < %s -instcombine -S | FileCheck %s ; PR1738 define i1 @test1(double %X, double %Y) { @@ -7,6 +6,5 @@ define i1 @test1(double %X, double %Y) { %tmp13 = fcmp ord double %Y, 0.000000e+00 %bothcond = and i1 %tmp13, %tmp9 ret i1 %bothcond +; CHECK: fcmp ord double %Y, %X } - - |

