diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-07-19 00:04:14 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-07-19 00:04:14 +0000 |
commit | d163405df8e19ba497b4fbf08f27f22ef1b66b43 (patch) | |
tree | 62b54311a53918760a809a75e81e0619c33f8184 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 7b2ca3e80bf3bb9ff8fbe0d5cc773b2cf07f6608 (diff) | |
download | bcm5719-llvm-d163405df8e19ba497b4fbf08f27f22ef1b66b43.tar.gz bcm5719-llvm-d163405df8e19ba497b4fbf08f27f22ef1b66b43.zip |
Remove tabs.
llvm-svn: 160475
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index 6842eec4864..2a2fa9e5432 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -93,8 +93,9 @@ getELFKindForNamedSection(StringRef Name, SectionKind K) { // N.B.: The defaults used in here are no the same ones used in MC. // We follow gcc, MC follows gas. For example, given ".section .eh_frame", // both gas and MC will produce a section with no flags. Given - // section(".eh_frame") gcc will produce - // .section .eh_frame,"a",@progbits + // section(".eh_frame") gcc will produce: + // + // .section .eh_frame,"a",@progbits if (Name.empty() || Name[0] != '.') return K; // Some lame default implementation based on some magic section names. |