amd64: Added Load and FrameAddr transformation. And fixed some corruption bugs w...
[libfirm] / include / libfirm / firm.h
index 09d0c74..8a1ddad 100644 (file)
 #ifndef FIRM_COMMON_FIRM_H
 #define FIRM_COMMON_FIRM_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include "analyze_irg_args.h"
 #include "be.h"
 #include "callgraph.h"
@@ -84,6 +80,7 @@ extern "C" {
 #include "irconsconfirm.h"
 #include "ircons.h"
 #include "irdom.h"
+#include "vrp.h"
 #include "irdump.h"
 #include "iredgekinds.h"
 #include "iredges.h"
@@ -119,8 +116,4 @@ extern "C" {
 #include "tv.h"
 #include "typerep.h"
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif