diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-11-21 06:55:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-11-21 06:55:27 +0000 |
| commit | 2c0b435ba6d4b89c0e671cf260fb6943f329edf3 (patch) | |
| tree | d5ee1b71407d7e1f153ce017a2abfee2970f8929 /llvm/lib/Target/X86/X86AsmPrinter.h | |
| parent | 8a4995e42a0fb98dfc971f1f24f1bfd88cb59e70 (diff) | |
| download | bcm5719-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-x | llvm/lib/Target/X86/X86AsmPrinter.h | 4 |
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; |

