summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-11-21 06:55:27 +0000
committerChris Lattner <sabre@nondot.org>2005-11-21 06:55:27 +0000
commit2c0b435ba6d4b89c0e671cf260fb6943f329edf3 (patch)
treed5ee1b71407d7e1f153ce017a2abfee2970f8929 /llvm/lib/Target/X86/X86AsmPrinter.h
parent8a4995e42a0fb98dfc971f1f24f1bfd88cb59e70 (diff)
downloadbcm5719-llvm-2c0b435ba6d4b89c0e671cf260fb6943f329edf3.tar.gz
bcm5719-llvm-2c0b435ba6d4b89c0e671cf260fb6943f329edf3.zip
Rename SwitchSection -> switchSection to avoid conflicting with a future
change. llvm-svn: 24443
Diffstat (limited to 'llvm/lib/Target/X86/X86AsmPrinter.h')
-rwxr-xr-xllvm/lib/Target/X86/X86AsmPrinter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86AsmPrinter.h b/llvm/lib/Target/X86/X86AsmPrinter.h
index 4f53de8fb58..06b4225c32f 100755
--- a/llvm/lib/Target/X86/X86AsmPrinter.h
+++ b/llvm/lib/Target/X86/X86AsmPrinter.h
@@ -56,9 +56,9 @@ struct X86SharedAsmPrinter : public AsmPrinter {
MI->getOperand(Op+3).isGlobalAddress());
}
- // SwitchSection - Switch to the specified section of the executable if we are
+ // switchSection - Switch to the specified section of the executable if we are
// not already in it!
- inline static void SwitchSection(std::ostream &OS, std::string &CurSection,
+ inline static void switchSection(std::ostream &OS, std::string &CurSection,
const char *NewSection) {
if (CurSection != NewSection) {
CurSection = NewSection;
OpenPOWER on IntegriCloud