llvm/polly/lib/External/isl/isl_list_read_yaml_templ.c

/*
 * Copyright 2013      Ecole Normale Superieure
 *
 * Use of this software is governed by the MIT license
 *
 * Written by Sven Verdoolaege,
 * Ecole Normale Superieure, 45 rue d'Ulm, 75230 Paris, France
 */

#include <isl/stream.h>

#include <isl_list_macro.h>

/* Read a sequence of EL objects and return them as a list.
 */
static __isl_give LIST(EL) *FN(isl_stream_yaml_read,LIST(EL_BASE))(
	isl_stream *s)
{}