commit | bc2724f6e044f486ba167a2a3fa32aff4d9def4e | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Tue Oct 02 15:49:34 2012 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Tue Oct 02 15:49:34 2012 +0000 |
tree | d01672e2b7d8961b2d455fa25b36294885d2c769 | |
parent | 77c0ac23362326b5f64b926134c3b9b41341f2c8 [diff] [blame] |
Fix broken tests. llvm-svn: 165019
diff --git a/llvm/test/Transforms/InstCombine/and-fcmp.ll b/llvm/test/Transforms/InstCombine/and-fcmp.ll index 838c2f7..40c44c0 100644 --- a/llvm/test/Transforms/InstCombine/and-fcmp.ll +++ b/llvm/test/Transforms/InstCombine/and-fcmp.ll
@@ -10,7 +10,7 @@ ; CHECK: fcmp oeq float %x, %y ; CHECK-NOT: fcmp ueq float %x, %y ; CHECK-NOT: fcmp ord float %x, %y -; CHECK-NOW: and +; CHECK-NOT: and } define zeroext i8 @t2(float %x, float %y) nounwind {