blob: 735d9d0bd67608b55606a5033431a43c83fd2a0c [file] [log] [blame]
// Place to keep various things that will need to be sorted out someday.
#ifndef BITS_AND_BOBS_H
#define BITS_AND_BOBS_H
union tree_node;
// emit_global_to_llvm - Emit the specified VAR_DECL to LLVM as a global
// variable.
// FIXME: Should not be here
void emit_global_to_llvm(union tree_node*);
extern bool flag_odr;
void llvmEraseLType(const Type *);
#endif