Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-12-15-DontUseSDiv.ll
index 1fe10689f3fe72c6942fd46c4b71fcfaee4597c7..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: