Function temporaries can not overlap with retval or args.See the comment in source...
[oota-llvm.git] / lib / Target / PowerPC / PPCMachOWriterInfo.h
index 2cd9efc52a7f47980f07a832c90825ebf934e73c..d46334df26028f337757484b5f146ede40094ba2 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Bill Wendling and is distributed under the
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
@@ -34,7 +34,7 @@ namespace llvm {
                                          unsigned ToIdx,
                                          OutputBuffer &RelocOut,
                                          OutputBuffer &SecOut,
-                                         bool Scattered) const;
+                                         bool Scattered, bool Extern) const;
 
     // Constants for the relocation r_type field.
     // See <mach-o/ppc/reloc.h>