Changes in directory llvm/test/Regression/Transforms/InstCombine:

narrow.ll updated: 1.1 -> 1.2
---
Log message:

This test passes now, remove xfail marker

Change test to be a positive test instead of a negative test


---
Diffs of the changes:  (+1 -2)

 narrow.ll |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/test/Regression/Transforms/InstCombine/narrow.ll
diff -u llvm/test/Regression/Transforms/InstCombine/narrow.ll:1.1 
llvm/test/Regression/Transforms/InstCombine/narrow.ll:1.2
--- llvm/test/Regression/Transforms/InstCombine/narrow.ll:1.1   Sat Feb 11 
20:02:43 2006
+++ llvm/test/Regression/Transforms/InstCombine/narrow.ll       Sun May  7 
13:16:31 2006
@@ -1,8 +1,7 @@
 ; This file contains various testcases that check to see that instcombine
 ; is narrowing computations when possible.
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep %ELIM
-; XFAIL: *
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'ret bool false'
 
 ; test1 - Eliminating the casts in this testcase (by narrowing the AND
 ; operation) allows instcombine to realize the function always returns false.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to