We should check that existing cast operation has the appropriate opcode before we...
[oota-llvm.git] / test / CFrontend / 2006-12-14-ordered_expr.c
index 4e7dafe82d0055044361301571a5b72ea1d65351..8ff2eb607210cd264d1ea3a468fa0d4e78b6204d 100644 (file)
@@ -1,5 +1,4 @@
-// RUN: %llvmgcc -O3 -S %s -o - | grep llvm.isunordered &&
-// RUN: %llvmgcc -O3 -S %s -o - | grep xor
+// RUN: %llvmgcc -O3 -S %s -o - | grep {fcmp ord float %X, %Y}
 
 int test2(float X, float Y) {
   return !__builtin_isunordered(X, Y);