commit | db486a6d5311944f61b92db9f6074944dbbdb242 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Sep 15 17:46:24 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Sep 15 17:46:24 2009 +0000 |
tree | c6ea58f21ac327940105e66d47fc76a3736459ad | |
parent | 307a7c48f15b087663b60d600d23afffb9e211e6 [diff] [blame] |
several major improvements to the sparc backend: support for weak linkage and PIC codegen. Patch by Venkatraman Govindaraju! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81877 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Sparc/SparcInstrInfo.h b/lib/Target/Sparc/SparcInstrInfo.h index 4a51ae5..345674b 100644 --- a/lib/Target/Sparc/SparcInstrInfo.h +++ b/lib/Target/Sparc/SparcInstrInfo.h
@@ -97,6 +97,8 @@ MachineInstr* LoadMI) const { return 0; } + + unsigned getGlobalBaseReg(MachineFunction *MF) const; }; }