Use opt -S instead of piping bitcode output through llvm-dis.
[oota-llvm.git] / test / Transforms / IndVarSimplify / sink-alloca.ll
index a3a3ceac74d38560934680e6f859b981d89837ae..38448d8ff5ddf4cb2106dfc7b4fd2afc8421861f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -indvars | llvm-dis | FileCheck %s
+; RUN: opt %s -indvars -S | FileCheck %s
 ; PR4775
 
 ; Indvars shouldn't sink the alloca out of the entry block, even though