cgraphunit.c (cgraph_lower_function): Revert last change.
[gcc.git] / gcc / xcoffout.c
index 8859b40730ff4705041555e56bd362e5ddb2242c..0f13486ad1e2c0b28adb26be7291419eba0a21ef 100644 (file)
@@ -321,7 +321,9 @@ xcoffout_source_file (FILE *file, const char *filename, int inline_p)
 /* Output a line number symbol entry for location (FILENAME, LINE).  */
 
 void
-xcoffout_source_line (unsigned int line, const char *filename)
+xcoffout_source_line (unsigned int line, const char *filename,
+                      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);