InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val))
[oota-llvm.git] / test / Transforms / InstCombine / hoist_instr.ll
index b5f3f311675f791a2a0bfa0082420d42607e3758..fa451bcc727323f61de4678bcf3bb560fdf8f9a3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | FileCheck %s
+; RUN: opt < %s -instcombine -S | FileCheck %s
 
 ;; This tests that the div is hoisted into the then block.
 define i32 @foo(i1 %C, i32 %A, i32 %B) {