diff options
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; |

