summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsTargetAsmInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-08-08 17:56:50 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-08-08 17:56:50 +0000
commitdf8c7faf6039780b448c399ff7f909f39044dc5a (patch)
tree734b0f07d301bbe1f7c0c8cedc4635b67e1ffe9a /llvm/lib/Target/Mips/MipsTargetAsmInfo.h
parent5bb8f2264b95a4792bd87f2e024e85827c3b1f1d (diff)
downloadbcm5719-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.h3
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;
OpenPOWER on IntegriCloud