ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
[gcc.git] / gcc / calls.h
index e6435cc0ba2bc11e4c572f9d3c3fee3795a95105..5a6ad399e8894fb6726c1e52b2ee5fadf21bde32 100644 (file)
@@ -1,4 +1,4 @@
-/* Declarations anda data types for RTL call insn generation.
+/* 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