Add a test for the foldSelectICmpAndOr fix committed in r180779.
[oota-llvm.git] / test / Transforms / InstCombine / sink_instruction.ll
index e521de208f216d7d1b3ab3558cd0e8933d6acc0a..5c4019a98df55425c0a6f9a0eff2442c11aae9d2 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -instcombine %s -S | FileCheck %s
+; RUN: opt -instcombine -S < %s | FileCheck %s
 
 ;; This tests that the instructions in the entry blocks are sunk into each
 ;; arm of the 'if'.