%{ // -*- C++ -*-
-Xinclude <stdio.h>
+Xinclude <cstdio>
Xinclude <llvm/CodeGen/InstrForest.h>
typedef InstrTreeNode* NODEPTR_TYPE;
#include "llvm/Module.h"
#include "Graph.h"
#include <fstream>
-#include "Config/stdio.h"
+#include <cstdio>
struct ProfilePaths : public FunctionPass {
bool runOnFunction(Function &F);
//#define DEBUG
#ifdef DEBUG
-#include <stdio.h>
+#include <cstdio>
#endif
// LastCaughtException - The last exception caught by this handler. This is for