ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
[gcc.git] / gcc / calls.h
index 8e7273829050a1fd514d90cb41bc02064933402e..5a6ad399e8894fb6726c1e52b2ee5fadf21bde32 100644 (file)
@@ -1,5 +1,5 @@
-/* Declarations anda data types for RTL call insn generation.
-   Copyright (C) 2013 Free Software Foundation, Inc.
+/* Declarations and data types for RTL call insn generation.
+   Copyright (C) 2013-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -25,7 +25,7 @@ extern int call_expr_flags (const_tree);
 extern int setjmp_call_p (const_tree);
 extern bool gimple_alloca_call_p (const_gimple);
 extern bool alloca_call_p (const_tree);
-extern bool must_pass_in_stack_var_size (enum machine_mode, const_tree);
-extern bool must_pass_in_stack_var_size_or_pad (enum machine_mode, const_tree);
+extern bool must_pass_in_stack_var_size (machine_mode, const_tree);
+extern bool must_pass_in_stack_var_size_or_pad (machine_mode, const_tree);
 
 #endif // GCC_CALLS_H