commit | eb774e1028fdf0bfc475431229b1b7e3c2471765 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Fri Aug 08 17:56:50 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Fri Aug 08 17:56:50 2008 +0000 |
tree | 7da58b7c2c350384d6d94f7a1aa23ee21f56bd2a | |
parent | e117248fd50e32292fc604a0556f72193be8be35 [diff] [blame] |
Undo most of r54519. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54534 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Mips/MipsTargetAsmInfo.cpp b/lib/Target/Mips/MipsTargetAsmInfo.cpp index eff69ab..04edd0d 100644 --- a/lib/Target/Mips/MipsTargetAsmInfo.cpp +++ b/lib/Target/Mips/MipsTargetAsmInfo.cpp
@@ -82,7 +82,7 @@ } const Section* MipsTargetAsmInfo:: -SelectSectionForGlobal(const GlobalValue *GV, bool NoCoalesce) const { +SelectSectionForGlobal(const GlobalValue *GV) const { SectionKind::Kind K = SectionKindForGlobal(GV); const GlobalVariable *GVA = dyn_cast<GlobalVariable>(GV);