Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / 2008-11-02-QuadraticCrash.ll
index d8ae095f2818e1067e1bbe42bf51b49a8a7a5e02..7722122117dc6f7735355c73d87210e49dc232fc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -analyze -scalar-evolution -disable-output
+; RUN: opt < %s -analyze -scalar-evolution
 ; PR1827
 
 declare void @use(i32)