New testcase crashing the instruction combiner
[oota-llvm.git] / test / Transforms / InstCombine / 2002-12-05-MissedConstProp.ll
index 6fa77b676351ba0cd5d64bba915bc701e69fdfa9..ec29e6bbbd1ac1a29657b8b46796b4eb83cbefe0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: as < %s | opt -instcombine | dis | not grep add
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep add
 
 int %test(int %A) {
   %A.neg = sub int 0, %A