view gen/programs.h @ 1449:301a916eceef

Remove redundant null-check in member functions of structs that don't have an invariant.
author Frits van Bommel <fvbommel wxs.nl>
date Mon, 01 Jun 2009 01:28:18 +0200
parents 847b767b2d0b
children
line wrap: on
line source

#ifndef LDC_GEN_PROGRAMS_H
#define LDC_GEN_PROGRAMS_H

#include "llvm/System/Path.h"

llvm::sys::Path getGcc();

#endif