cgraphunit.c (cgraph_lower_function): Revert last change.
[gcc.git] / gcc / xcoffout.c
index 3c853544ec4b2f6f06566c30e04234bbc2530a11..0f13486ad1e2c0b28adb26be7291419eba0a21ef 100644 (file)
@@ -322,7 +322,8 @@ xcoffout_source_file (FILE *file, const char *filename, int inline_p)
 
 void
 xcoffout_source_line (unsigned int line, const char *filename,
-                      int discriminator ATTRIBUTE_UNUSED)
+                      int discriminator ATTRIBUTE_UNUSED,
+                      bool is_stmt ATTRIBUTE_UNUSED)
 {
   bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0
                   || (int) line < xcoff_begin_function_line);