default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCInsts.
[llvm/avr.git] / projects / sample / include / sample.h
blobb3ce9ce2928297fb61db666d865de81542743da3
1 /*
2 * File: sample.h
4 * This is a sample header file that is global to the entire project.
5 * It is located here so that everyone will find it.
6 */
7 extern int compute_sample (int a);