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