reapply r85085 with a bugfix to avoid infinite looping.
[oota-llvm.git] / test / Transforms / InstCombine / or.ll
index 77d613d72bcb627489455a4cdba8f84b5cef5dd5..b72480b4f9d09002234aa8ad13020b699eabf12b 100644 (file)
@@ -1,7 +1,6 @@
 ; This test makes sure that these instructions are properly eliminated.
 ;
 ; RUN: opt < %s -instcombine -S | FileCheck %s
-; XFAIL: *
 
 define i32 @test1(i32 %A) {
         %B = or i32 %A, 0