Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-12-15-DontUseSDiv.ll
index e25183c0816126568f1b2c823b45dab6ba68e621..70588bc0574e890f1a1b7bd3603391808972a7b0 100644 (file)
@@ -1,5 +1,6 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output |& grep {/u 5}
-; XFAIL: *
+; RUN: opt < %s -analyze -scalar-evolution 2>&1 | FileCheck %s
+
+; CHECK: /u 5
 
 define i8 @foo0(i8 %i0) nounwind {
 entry: