ast2firm: Implement casting from complex to real types.
[cparser] / jump_target.h
index dad9fc4..94bbef6 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * This file is part of cparser.
+ * Copyright (C) 2012 Christoph Mallon <christoph.mallon@gmx.de>
+ */
 #ifndef JUMP_TARGET_H
 #define JUMP_TARGET_H
 
@@ -23,6 +27,6 @@ void add_pred_to_jump_target(jump_target *tgt, ir_node *pred);
 
 ir_node *enter_jump_target(jump_target *tgt);
 
-ir_node *get_target_block(jump_target *tgt);
+void enter_immature_jump_target(jump_target *tgt);
 
 #endif