Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-02-15-UMax.ll
index 3ccd79b01322280f2b145457b3cfe3ad04167471..527fd273cd25ba243a6f0a4761bff637c8e9fa61 100644 (file)
@@ -1,6 +1,8 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output | grep umax
+; RUN: opt < %s -analyze -scalar-evolution | FileCheck %s
 ; PR2003
 
+; CHECK: umax
+
 define i32 @foo(i32 %n) {
 entry:
         br label %header