correct suffix matching to search for s/l/t suffixes on
[oota-llvm.git] / test / Transforms / IndVarSimplify / iv-sext.ll
index ae97208b15f8ee12e18d7aceceec4177e648a097..55165022109a6de7a653ba80eecb8a9ca34ac91f 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t
+; RUN: opt < %s -indvars -S > %t
 ; RUN: grep {= sext} %t | count 4
 ; RUN: grep {phi i64} %t | count 2
-; XFAIL: *
 
 ; Indvars should be able to promote the hiPart induction variable in the
 ; inner loop to i64.