add aliases for movs between seg registers and mem. There are multiple
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-07-12-UnneededSelect2.ll
index 3c022e7181bdd8c27400c1030f7373db1420f365..18476655525f1e7ac369d7ffadcdf52ed6e77eeb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output |& not grep smax
+; RUN: opt < %s -analyze -scalar-evolution |& not grep smax
 ; PR2070
 
 define i32 @a(i32 %x) nounwind  {