r179229 - Mips specific inline asm memory operand modifier test case
Eric Christopher
echristo at gmail.com
Wed Apr 10 15:55:33 PDT 2013
> +#include "stdio.h"
> +
> + printf("%d\n",i);
> +
Unless absolutely necessary please don't include headers. It causes problems :)
-eric
More information about the cfe-commits
mailing list