PIPS
unimodular.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "genC.h"
#include "linear.h"
#include "ri.h"
#include "misc.h"
+ Include dependency graph for unimodular.c:

Go to the source code of this file.

Functions

int loop_unimodular (_UNUSED_ string name)
 

Function Documentation

◆ loop_unimodular()

int loop_unimodular ( _UNUSED_ string  name)

Definition at line 36 of file unimodular.c.

37 {
38  return 1;
39 }