diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-08-08 17:56:50 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-08-08 17:56:50 +0000 |
| commit | df8c7faf6039780b448c399ff7f909f39044dc5a (patch) | |
| tree | 734b0f07d301bbe1f7c0c8cedc4635b67e1ffe9a /llvm/lib/Target/Mips/MipsTargetAsmInfo.h | |
| parent | 5bb8f2264b95a4792bd87f2e024e85827c3b1f1d (diff) | |
| download | bcm5719-llvm-df8c7faf6039780b448c399ff7f909f39044dc5a.tar.gz bcm5719-llvm-df8c7faf6039780b448c399ff7f909f39044dc5a.zip | |
Undo most of r54519.
llvm-svn: 54534
Diffstat (limited to 'llvm/lib/Target/Mips/MipsTargetAsmInfo.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsTargetAsmInfo.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/Mips/MipsTargetAsmInfo.h b/llvm/lib/Target/Mips/MipsTargetAsmInfo.h index 806cda8be36..2b5a739e721 100644 --- a/llvm/lib/Target/Mips/MipsTargetAsmInfo.h +++ b/llvm/lib/Target/Mips/MipsTargetAsmInfo.h @@ -40,8 +40,7 @@ namespace llvm { SectionFlagsForGlobal(const GlobalValue *GV = NULL, const char* name = NULL) const; - virtual const Section* SelectSectionForGlobal(const GlobalValue *GV, - bool NoCoalesce) const; + virtual const Section* SelectSectionForGlobal(const GlobalValue *GV) const; private: const MipsSubtarget *Subtarget; |

