InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst)
[oota-llvm.git] / test / Transforms / InstCombine / 2007-04-08-SingleEltVectorCrash.ll
index 34322a2788a2ed9a1dbda27c6f1144564492c794..22eb2c23c34b7750425ed311078c707f071b9d88 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -disable-output
+; RUN: opt < %s -instcombine -disable-output
 ; PR1304
 
 define i64 @bork(<1 x i64> %vec) {