From 60cb2bb1a12a1393abdc0d82b40ea0feabe3a74d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 Oct 2012 20:08:52 +0000 Subject: Update for LLVM 3.1 git-svn-id: http://svn.drobilla.net/resp/trunk@433 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/simplify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simplify.cpp') diff --git a/src/simplify.cpp b/src/simplify.cpp index ea83cff..2085ad9 100644 --- a/src/simplify.cpp +++ b/src/simplify.cpp @@ -103,7 +103,7 @@ simplify_match(CEnv& cenv, const ATuple* match) throw() for (ATuple::const_iterator j = pat->iter_at(1); j != pat->end(); ++j, ++ti, ++idx) { const AST* index = new ALiteral(T_INT32, idx, Cursor()); const AST* dot = tup(Cursor(), cenv.penv.sym("."), osym, index, 0); - const AST* def = tup(Cursor(), cenv.penv.sym("def"), *j, dot); + const AST* def = tup(Cursor(), cenv.penv.sym("def"), *j, dot, 0); fn.push_back(def); } -- cgit v1.2.1